]> Git repositories of Nishi - tewi.git/commitdiff
remove extra tokesn
authorNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 06:14:17 +0000 (06:14 +0000)
committerNishi <nishi@nishi.boats>
Thu, 3 Oct 2024 06:14:17 +0000 (06:14 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@242 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/strptime.c

index a2341dd0bbeff49d547869ef6bb0437e6f67343b..38b8e7c206e5c4919c5c170879cd2c826738b3f2 100644 (file)
@@ -462,7 +462,7 @@ recurse:
 #ifdef _WIN32
 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
                if (1)
-#else#
+#else
                 if (localtime_s(tm, &sse) == 0)
 #endif
 #else