Commit ffc35d02 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

dxdiag: Remove dead increment (Clang).

parent c13f2935
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment