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

cmd: Avoid dead assignment (clang).

parent 8e5d5bf5
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,6 @@ void WCMD_copy (void) {
} while (FindNextFileW(hff, &fd) != 0);
FindClose (hff);
} else {
status = ERROR_FILE_NOT_FOUND;
WCMD_print_error ();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment