Commit 2a53800d authored by David Elliott's avatar David Elliott Committed by Alexandre Julliard

Changed typo va_list to valist.

parent 6e8519b1
......@@ -1701,7 +1701,7 @@ INT __cdecl CRTDLL_scanf( LPCSTR format, ... )
va_start( valist, format );
res = CRTDLL_fscanf(CRTDLL_stdin, format, valist);
va_end(va_list);
va_end(valist);
return res;
}
......
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