mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18085
This commit is contained in:
parent
c251a38210
commit
a4c2dbda2c
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ DbgPrintReturnControlC(PCH Format,
|
|||
va_list ap;
|
||||
|
||||
/* Call the internal routine that also handles ControlC */
|
||||
va_start(ap, Format);
|
||||
return vDbgPrintExWithPrefixInternal(NULL,
|
||||
-1,
|
||||
DPFLTR_ERROR_LEVEL,
|
||||
|
|
Loading…
Reference in a new issue