Skip to content

Commit

Permalink
Add missing breaks (#18033)
Browse files Browse the repository at this point in the history
  • Loading branch information
condret authored Dec 13, 2020
1 parent 604cf9b commit 113eb52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/cmd_anal.c
Original file line number Diff line number Diff line change
Expand Up @@ -6176,6 +6176,7 @@ static void cmd_aeg(RCore *core, int argc, char *argv[]) {
r_strbuf_free (filtered);
}
}
break;
case 'c': // "aegc"
{
RAnalEsilDFG *dfg = r_anal_esil_dfg_expr (core->anal, NULL, argv[1]);
Expand All @@ -6194,6 +6195,7 @@ static void cmd_aeg(RCore *core, int argc, char *argv[]) {
}
r_anal_esil_dfg_free (dfg);
}
break;
case '?': // "aeg?"
default:
r_core_cmd_help (core, help_msg_aeg);
Expand Down

0 comments on commit 113eb52

Please # to comment.