]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/Public.cpp
2011 (C)
[freerainbowtables] / Common / rt api / Public.cpp
index dc23bace726e0eb756b02ef28074b81224b5ca5d..a3980ffde97ef9736d0bb6ce7d8e2ee533964372 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) Zhu Shuanglei <shuanglei@hotmail.com>
  * Copyright Martin Westergaard Jørgensen <martinwj2005@gmail.com>
  * Copyright 2009, 2010 Daniël Niggebrugge <niggebrugge@fox-it.com>
- * Copyright 2009, 2010 James Nobis <frt@quelrod.net>
+ * Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
  *
  * This file is part of freerainbowtables.
  *
@@ -63,8 +63,8 @@
  
        struct timezone
        {
-               int  tz_minuteswest; /* minutes W of Greenwich */
-               int  tz_dsttime;     /* type of dst correction */
+               int tz_minuteswest; /* minutes W of Greenwich */
+               int tz_dsttime;     /* type of dst correction */
        };
  
        int gettimeofday(struct timeval *tv, struct timezone *tz)