From: Nick Mathewson Date: Wed, 3 Nov 2004 00:02:17 +0000 (+0000) Subject: The spelling is "d-e-f-i-n-e". X-Git-Tag: debian-version-0.0.8+0.0.9pre5-1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e16515343f50ff7ccbb25be6a09589567776277;p=thirdparty%2Ftor.git The spelling is "d-e-f-i-n-e". svn:r2650 --- 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)