Commit d01738a1 authored by Joanne Hugé's avatar Joanne Hugé

Remove bracket in the json output of the print histogram function

parent 40e1b053
...@@ -289,7 +289,7 @@ static void print_histograms() { ...@@ -289,7 +289,7 @@ static void print_histograms() {
printf("%s", (i + 1 < 2 ? "], " : "]")); printf("%s", (i + 1 < 2 ? "], " : "]"));
} }
printf( "]]}]}\n"); printf( "]}]}\n");
} }
static void sigint_handler(int sig_num) { static void sigint_handler(int sig_num) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment