Fix newline issue in json

This commit is contained in:
pancake 2017-02-05 03:00:45 +01:00
parent 77142b3896
commit 20dbe525b9

View File

@ -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) {