aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index 97d264fd8..1bc362fb9 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -65,7 +65,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
#ifdef MS_WINDOWS
#define U64_PRINTF_ARG(a) (a)
#define U64_SCANF_ARG(a) (a)
-#dfeine U64_FORMAT "%I64u"
+#define U64_FORMAT "%I64u"
#else
#define U64_PRINTF_ARG(a) ((long long unsigned int)a)
#define U64_SCANF_ARG(a) ((long long unsigned int*)a)