| commit | eff5b130436bace975dbe7c5b70664a1bf7f93e5 | [log] [tgz] |
|---|---|---|
| author | Michael Stefaniuc <mstefani@redhat.de> | Mon Mar 05 13:48:23 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 05 16:43:26 2007 +0100 |
| tree | 564696d814700f9fb4375f433f34e420bb35a94f | |
| parent | 5267e36ad0abf1d5eb12d2a83ea4ec6af97b7b61 [diff] [blame] |
hhctrl.ocx: Fix a format warning.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index f43cc0b..3bc9e8e 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c
@@ -77,7 +77,7 @@ VariantClear(&url); if(FAILED(hres)) - TRACE("Navigation failed: %08lx\n", hres); + TRACE("Navigation failed: %08x\n", hres); return hres; }