Skip to content

Commit

Permalink
use appropriate return code
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Dec 24, 2023
1 parent eb673d2 commit 417abcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdlfdestron.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static int CmdDestronSim(const char *Cmd) {
CLIExecWithReturn(ctx, Cmd, argtable, true);
CLIParserFree(ctx);
PrintAndLogEx(INFO, " To be implemented, feel free to contribute!");
return PM3_SUCCESS;
return PM3_ENOTIMPL;
}

static command_t CommandTable[] = {
Expand Down

0 comments on commit 417abcb

Please sign in to comment.