summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base.h b/base.h
index 1ef6333..92ea4ae 100644
--- a/base.h
+++ b/base.h
@@ -150,7 +150,7 @@ typedef unsigned long long ullong;
#endif
#if _WIN32
-static void print(char const *fmt, ...) {
+static void print(const char *fmt, ...) {
char buf[2048];
buf[2047] = '\0';
va_list args;