user.exe: Remove dead assignment (clang).

oldstable
André Hentschel 2011-07-13 20:33:24 +02:00 committed by Alexandre Julliard
parent 8cd5f12e6b
commit f12e6a11d8
1 changed files with 0 additions and 1 deletions

View File

@ -2506,7 +2506,6 @@ INT16 WINAPI wvsprintf16( LPSTR buffer, LPCSTR spec, VA_LIST16 args )
/* wsprintf16 ignores null characters */
if (*p != '\0') p++;
else if (format.width > 1) *p++ = ' ';
else len = 0;
break;
case WPR_STRING:
if (len) memcpy( p, lpcstr_view, len );