소스 검색

Okay, this time it was my fault

Nick Mathewson 8 년 전
부모
커밋
19f9803f8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/compat.c

+ 1 - 1
src/common/compat.c

@@ -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--)