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:
Michael Stefaniuc 2019-04-05 21:03:57 +02:00 committed by Alexandre Julliard
parent c26a3a0116
commit 516dc52401
1 changed files with 1 additions and 1 deletions

View File

@ -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
{