Skip to content

Commit

Permalink
Fix d0k3#31
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Mar 23, 2017
1 parent 181749c commit 2dbdeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/godmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ u32 FileHandlerMenu(char* current_path, u32* cursor, u32* scroll, DirStruct* cur
(filetype & BIN_LAUNCH) ? "Launch as arm9 payload" : "???";
optionstr[hexviewer-1] = "Show in Hexeditor";
optionstr[calcsha-1] = "Calculate SHA-256";
optionstr[calccmac-1] = "Calculate CMAC";
if (calccmac > 0) optionstr[calccmac-1] = "Calculate CMAC";
if (copystd > 0) optionstr[copystd-1] = "Copy to " OUTPUT_PATH;
if (inject > 0) optionstr[inject-1] = "Inject data @offset";
if (searchdrv > 0) optionstr[searchdrv-1] = "Open containing folder";
Expand Down

0 comments on commit 2dbdeff

Please sign in to comment.