mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 23:11:41 +00:00
Fix aflq newline #2955
This commit is contained in:
parent
749af4c414
commit
d6ef58f1e7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user