summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.h b/src/Config.h
index a0e5dfe..385f216 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -181,7 +181,7 @@ extern unsigned char ZSIZE;
#ifdef WIN
#define strcasecmp stricmp
-#endif //_MSC_VER
+#endif
#if defined(_MSC_VER)
#define fmin(a,b) (((a) < (b)) ? (a) : (b))
#define fminf(a,b) (((a) < (b)) ? (a) : (b))