Skip to content

Commit f3127b1

Browse files
committed
Issue python#4025 again
Converted a C99 style comment to a C89 style comment (found by MAL).
1 parent 23f7490 commit f3127b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ctypes/callproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static TCHAR *FormatError(DWORD code)
221221
n = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM,
222222
NULL,
223223
code,
224-
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
224+
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* Default language */
225225
(LPTSTR) &lpMsgBuf,
226226
0,
227227
NULL);

0 commit comments

Comments
 (0)