Browse Source

Add extra newline between diff and error message

pull/374/head
unknown 19 years ago
parent
commit
841ae6731f
  1. 2
      client/mysqltest.c

2
client/mysqltest.c

@ -1240,7 +1240,7 @@ void show_diff(DYNAMIC_STRING* ds,
else
{
/* Print diff directly to stdout */
fprintf(stderr, "%s", ds_tmp.str);
fprintf(stderr, "%s\n", ds_tmp.str);
}
dynstr_free(&ds_tmp);

Loading…
Cancel
Save