mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Add missing break; in switch case (#95)
This commit is contained in:
parent
a2a0ab5e01
commit
895fd5e8fd
@ -385,6 +385,7 @@ FileOperation fileBrowse_A(DirEntry* entry, char path[PATH_MAX]) {
|
||||
break;
|
||||
} case FileOperation::hexEdit: {
|
||||
hexEditor(entry->name.c_str(), currentDrive);
|
||||
break;
|
||||
} case FileOperation::calculateSHA1: {
|
||||
iprintf("\x1b[2J");
|
||||
iprintf("Calculating SHA1 hash of:\n%s\n", entry->name.c_str());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user