Commit 27c01617 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedump: Fix typo in code generation.

parent a5caff3b
......@@ -248,7 +248,7 @@ void output_c_preamble (void)
if (globals.forward_dll)
fprintf (cfile,
" DLL = LoadLibraryA(\"%s\");\n"
" hDLL = LoadLibraryA(\"%s\");\n"
" TRACE(\"Forwarding DLL (%s) loaded (%%p)\\n\", hDLL);\n",
globals.forward_dll, globals.forward_dll);
else
......
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