]> granicus.if.org Git - python/commitdiff
Merged revisions 67484 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Wed, 3 Dec 2008 00:55:34 +0000 (00:55 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 3 Dec 2008 00:55:34 +0000 (00:55 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67484 | christian.heimes | 2008-12-03 01:53:18 +0100 (Wed, 03 Dec 2008) | 2 lines

  Issue #4025 again
  Converted a C99 style comment to a C89 style comment (found by MAL).
........

Modules/_ctypes/callproc.c

index b85eef9979bda7c54657cc0843c38e5c576ce05d..0f9f511ef76c185324b0c9b1cd47a9d3dd1d3e38 100644 (file)
@@ -216,7 +216,7 @@ static WCHAR *FormatError(DWORD code)
        n = FormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
                           NULL,
                           code,
-                          MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
+                          MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* Default language */
                           (LPWSTR) &lpMsgBuf,
                           0,
                           NULL);