Skip to content
Snippets Groups Projects
Commit ffc35d02 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

dxdiag: Remove dead increment (Clang).

parent c13f2935
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment