Module: wine Branch: master Commit: 27c01617973e39da6f80e8850cd55b2e0c669541 URL: http://source.winehq.org/git/wine.git/?a=commit;h=27c01617973e39da6f80e8850c... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Oct 20 23:38:52 2010 +0200 winedump: Fix typo in code generation. --- tools/winedump/output.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/winedump/output.c b/tools/winedump/output.c index 5b0e1f5..69c7eed 100644 --- a/tools/winedump/output.c +++ b/tools/winedump/output.c @@ -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