]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Okay, this time it was my fault
authorNick Mathewson <nickm@torproject.org>
Sun, 12 Jul 2015 19:44:43 +0000 (15:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 12 Jul 2015 19:44:43 +0000 (15:44 -0400)
src/common/compat.c

index 12ad52dbb8d9ac649586dc309a014244ae34e3c2..07f011d63d814d61b62b0049d98e46113d7206d9 100644 (file)
@@ -80,7 +80,7 @@ wint_t _getwch(void);
 #define WEOF (wchar_t)(0xFFFF)
 #endif
 #if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
-static void inline SecureZeroMemory(PVOID ptr, SIZE_T cnt)
+static inline void SecureZeroMemory(PVOID ptr, SIZE_T cnt)
 {
   volatile char *vcptr = (volatile char*)ptr;
   while (cnt--)