checkasm: Fix report() output with --bench-c
Compare changes
+ 13
− 14
@@ -716,23 +716,22 @@ int main(int argc, char *argv[]) {
@@ -787,7 +786,7 @@ void *checkasm_check_func(void *const func, const char *const name, ...) {
It would previously print the full report()
info for C functions (with broken horizontal alignment as a side effect).
VideoLAN code repository instance