mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
switch check typo
This commit is contained in:
+1
-1
@@ -3841,7 +3841,7 @@ lnk_run(int argc, char **argv)
|
|||||||
|
|
||||||
// cleanup disk
|
// cleanup disk
|
||||||
os_delete_file_at_path(linker_manifest_path);
|
os_delete_file_at_path(linker_manifest_path);
|
||||||
if (config->delete_manifest) {
|
if (config->delete_manifest == LNK_SwitchState_Yes) {
|
||||||
os_delete_file_at_path(manifest_path);
|
os_delete_file_at_path(manifest_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user