mirror of https://github.com/python/cpython
Issue #4025 again
Converted a C99 style comment to a C89 style comment (found by MAL).
This commit is contained in:
parent
cb948f12c9
commit
dee3c9c606
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue