user32: Avoid using the comma operator.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c26a3a0116
commit
516dc52401
|
@ -677,7 +677,7 @@ static const WCHAR *TEXT_NextLineW( HDC hdc, const WCHAR *str, int *count,
|
|||
{
|
||||
/* Throw away katakana access keys */
|
||||
(*count)--, i++; /* skip the prefix */
|
||||
(*count)--, i++; /* skip the letter */
|
||||
(*count)--; i++; /* skip the letter */
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue