From 04b04c90ab5fbdb2ccb801723f42a0a43c4e4bd4 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 9 Dec 2007 14:16:49 +0000 Subject: [PATCH] forgot to save this one before committing svn path=/trunk/; revision=31105 --- reactos/dll/win32/user32/controls/listbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/user32/controls/listbox.c b/reactos/dll/win32/user32/controls/listbox.c index f74bba65574..c26328d73d0 100644 --- a/reactos/dll/win32/user32/controls/listbox.c +++ b/reactos/dll/win32/user32/controls/listbox.c @@ -2696,7 +2696,7 @@ static LRESULT WINAPI ListBoxWndProc_common( HWND hwnd, UINT msg, } if (descr->style & LBS_COMBOBOX) lphc = descr->lphc; - TRACE("[%p]: msg %s wp %08x lp %08lx\n", + TRACE("[%p]: msg %s wp %08lx lp %08lx\n", hwnd, SPY_GetMsgName(msg, hwnd), wParam, lParam ); switch(msg)