projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14d2466
)
user32: Added missing break (Coverity).
author
Marcus Meissner
<marcus@jet.franken.de>
Fri, 18 Mar 2011 21:29:20 +0000
(22:29 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Mar 2011 15:11:34 +0000
(17:11 +0200)
dlls/user32/combo.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/user32/combo.c
b/dlls/user32/combo.c
index
3fc9112
..
9c22df6
100644
(file)
--- a/
dlls/user32/combo.c
+++ b/
dlls/user32/combo.c
@@
-2192,6
+2192,7
@@
LRESULT ComboWndProc_common( HWND hwnd, UINT message, WPARAM wParam, LPARAM lPar
case CB_LIMITTEXT:
if( lphc->wState & CBF_EDIT )
return SendMessageW(lphc->hWndEdit, EM_LIMITTEXT, wParam, lParam);
+ return TRUE;
default:
if (message >= WM_USER)
WARN("unknown msg WM_USER+%04x wp=%04lx lp=%08lx\n",