]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/Public.cpp
misc cleanup
[freerainbowtables] / Common / rt api / Public.cpp
index b42c954918123518222083caa999476cf45c2118..eb33545111de273abce9b6fdaeac2c0cc2476bdb 100644 (file)
@@ -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)
@@ -209,7 +209,7 @@ bool GetHybridCharsets(string sCharset, vector<tCharset>& vCharset)
 bool boinc_ReadLinesFromFile(string sPathName, vector<string>& vLine)
 {
        vLine.clear();
-#ifdef 0
+#ifdef USE_INTEGRATED_CHARSET
        vLine.push_back("byte                        = []");
        vLine.push_back("alpha                       = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]");
        vLine.push_back("alpha-space                 = [ABCDEFGHIJKLMNOPQRSTUVWXYZ ]");