Update error output formatting

This commit is contained in:
2024-01-29 15:31:28 +01:00
parent 2f7fc1f1d9
commit 0a78d81101

View File

@@ -63,7 +63,7 @@ static void error_msg_print(struct error_msg* msg, bool print_colon)
}
if (print_colon) {
fprintf(stderr, ": ");
fprintf(stderr, "\n - ");
}
}