Kaydet (Commit) dee3c9c6 authored tarafından Christian Heimes's avatar Christian Heimes

Issue #4025 again

Converted a C99 style comment to a C89 style comment (found by MAL).
üst cb948f12
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment