]> granicus.if.org Git - python/commitdiff
Issue #4025 again
authorChristian Heimes <christian@cheimes.de>
Wed, 3 Dec 2008 00:53:18 +0000 (00:53 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 3 Dec 2008 00:53:18 +0000 (00:53 +0000)
Converted a C99 style comment to a C89 style comment (found by MAL).

Modules/_ctypes/callproc.c

index 01ba8a00c2d933440c0c1bdd486ed3ef19e36487..7f7d641fe2cde5aecbcfa6a6352ae36e8577a0fb 100644 (file)
@@ -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);