Fix newlines in the log

This commit is contained in:
emanuele 2020-03-28 18:24:26 +01:00
parent d67badb12e
commit 9d72093fb0

View File

@ -720,11 +720,11 @@ int n_sided_test(HammerSuite * suite)
scan_rows(suite, &h_patt, 0);
for (int idx = 0; idx<h_patt.len; idx++) {
fill_row(suite, &h_patt.d_lst[idx], cfg->d_cfg, 1);
}
#ifdef FLIPTABLE
print_end_attack();
#endif
}
}
fprintf(stderr, "\n");
}
free(h_patt.d_lst);