mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 13:08:23 +00:00
[CMD]
Fix whitespace svn path=/trunk/; revision=59404
This commit is contained in:
parent
0266397f1f
commit
ce910f7e5f
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ VOID ErrorMessage (DWORD dwErrorCode, LPTSTR szFormat, ...)
|
|||
|
||||
if (szFormat)
|
||||
{
|
||||
va_start (arg_ptr, szFormat);
|
||||
_vstprintf (szMessage, szFormat, arg_ptr);
|
||||
va_end (arg_ptr);
|
||||
va_start(arg_ptr, szFormat);
|
||||
_vstprintf(szMessage, szFormat, arg_ptr);
|
||||
va_end(arg_ptr);
|
||||
}
|
||||
|
||||
if (FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER,
|
||||
|
|
Loading…
Reference in a new issue