Fixing aflqj (#13483)

This commit is contained in:
Brenton Morris 2019-03-25 16:29:54 +13:00 committed by radare
parent 530de94b3a
commit 79362a0878

View File

@ -2592,7 +2592,7 @@ static int fcn_list_json(RCore *core, RList *fcns, bool quiet) {
pj_a (pj); pj_a (pj);
r_list_foreach (fcns, iter, fcn) { r_list_foreach (fcns, iter, fcn) {
if (quiet) { if (quiet) {
r_cons_printf ("%d", fcn->addr); pj_n (pj, fcn->addr);
} else { } else {
fcn_print_json (core, fcn, pj); fcn_print_json (core, fcn, pj);
} }