dxdiag: Remove dead increment (Clang).

oldstable
Frédéric Delanoy 2011-07-27 02:53:31 +02:00 committed by Alexandre Julliard
parent c13f29357a
commit ffc35d027d
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ static BOOL output_text_header(HANDLE hFile, const char *caption)
ptr += len;
memcpy(ptr, crlf, sizeof(crlf));
ptr += sizeof(crlf);
return WriteFile(hFile, output_buffer, total_len, NULL, NULL);
}