mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
Fix newline issue in json
This commit is contained in:
parent
77142b3896
commit
20dbe525b9
@ -258,7 +258,7 @@ static void cmd_pDj (RCore *core, const char *arg) {
|
||||
eprintf ("cannot allocate %d bytes\n", bsize);
|
||||
}
|
||||
}
|
||||
r_cons_print ("]\n");
|
||||
r_cons_print ("]");
|
||||
}
|
||||
|
||||
static void cmd_pdj (RCore *core, const char *arg) {
|
||||
|
Loading…
Reference in New Issue
Block a user