Skip to content

Commit

Permalink
Fix aflq newline radareorg#2955
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijin committed Sep 8, 2017
1 parent 749af4c commit d6ef58f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libr/core/canal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,9 @@ static int fcn_list_default(RCore *core, RList *fcns, bool quiet) {
RAnalFunction *fcn;
r_list_foreach (fcns, iter, fcn) {
fcn_print_default (core, fcn, quiet);
r_cons_newline ();
if (quiet) {
r_cons_newline ();
}
}
return 0;
}
Expand Down

0 comments on commit d6ef58f

Please sign in to comment.