mirror of
https://github.com/python/cpython.git
synced 2025-10-05 06:31:48 +00:00
Issue #4025 again
Converted a C99 style comment to a C89 style comment (found by MAL).
This commit is contained in:
parent
23f7490835
commit
f3127b123b
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ static TCHAR *FormatError(DWORD code)
|
||||||
n = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
|
n = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
|
||||||
NULL,
|
NULL,
|
||||||
code,
|
code,
|
||||||
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
|
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* Default language */
|
||||||
(LPTSTR) &lpMsgBuf,
|
(LPTSTR) &lpMsgBuf,
|
||||||
0,
|
0,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue