Signed-off-by: Zebediah Figura z.figura12@gmail.com --- dlls/ntdll/printf.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/ntdll/printf.c b/dlls/ntdll/printf.c index 4176f945f5..f61441b36b 100644 --- a/dlls/ntdll/printf.c +++ b/dlls/ntdll/printf.c @@ -452,7 +452,6 @@ static int pf_vsnprintf( pf_output *out, const WCHAR *format, __ms_va_list valis LPCWSTR q, p = format; pf_flags flags;
- TRACE("format is %s\n",debugstr_w(format)); while (*p) { q = strchrW( p, '%' );