mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Fix JSON output of wcj (#9643)
This commit is contained in:
parent
4dffa5cd2e
commit
2f88594ea8
@ -134,7 +134,7 @@ R_API int r_io_cache_list(RIO *io, int rad) {
|
||||
j++;
|
||||
}
|
||||
if (rad == 2) {
|
||||
io->cb_printf ("]");
|
||||
io->cb_printf ("]\n");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user