mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 17:40:34 +00:00
Fix tj (#11797)
This commit is contained in:
parent
e56d3de4ab
commit
1293fb792f
@ -393,8 +393,10 @@ static void typesList(RCore *core, int mode) {
|
||||
break;
|
||||
case 'j':
|
||||
print_keys (core->anal->sdb_types, core, stdiftype, print_typelist_json_cb, true);
|
||||
break;
|
||||
default:
|
||||
print_keys (core->anal->sdb_types, core, stdiftype, printkey_cb, false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user