From dee3c9c6065d201b0ffcfaa6372f75a3dee33383 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 3 Dec 2008 00:53:18 +0000 Subject: [PATCH] Issue #4025 again Converted a C99 style comment to a C89 style comment (found by MAL). --- Modules/_ctypes/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index 01ba8a00c2..7f7d641fe2 100644 --- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -221,7 +221,7 @@ static TCHAR *FormatError(DWORD code) n = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, NULL, code, - MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language + MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* Default language */ (LPTSTR) &lpMsgBuf, 0, NULL); -- 2.50.1