winedump: Fix printf warning in the generated code.

This commit is contained in:
Rob Shearman 2006-11-05 19:01:36 +00:00 committed by Alexandre Julliard
parent 35f0a41629
commit 5daafc73f9
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void output_c_preamble (void)
fprintf (cfile,
"BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID "
"lpvReserved)\n{\n\tTRACE(\"(0x%%p, %%ld, %%p)\\n\",hinstDLL,"
"lpvReserved)\n{\n\tTRACE(\"(0x%%p, %%d, %%p)\\n\",hinstDLL,"
"fdwReason,lpvReserved);\n\n\t"
"if (fdwReason == DLL_WINE_PREATTACH) return FALSE;\t"
"/* prefer native version */\n\n\t"