mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
cmd: Avoid dead assignment (clang).
This commit is contained in:
parent
8e5d5bf58a
commit
3d028ab67c
@ -517,7 +517,6 @@ void WCMD_copy (void) {
|
||||
} while (FindNextFileW(hff, &fd) != 0);
|
||||
FindClose (hff);
|
||||
} else {
|
||||
status = ERROR_FILE_NOT_FOUND;
|
||||
WCMD_print_error ();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user