summaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-03 00:02:17 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-03 00:02:17 +0000
commit3e16515343f50ff7ccbb25be6a09589567776277 (patch)
tree5a7082764ea36c82a9c17d1466e90d0f73f1f68e /src/common/compat.h
parent8db0abb687a379906828ac252b7da3c0cd7b20c1 (diff)
downloadtor-3e16515343f50ff7ccbb25be6a09589567776277.tar.gz
tor-3e16515343f50ff7ccbb25be6a09589567776277.zip
The spelling is "d-e-f-i-n-e".
svn:r2650
Diffstat (limited to 'src/common/compat.h')
-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 97d264fd82..1bc362fb97 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)