From 0a78d81101d8637b0053722229bcc90c6e065892 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Mon, 29 Jan 2024 15:31:28 +0100 Subject: [PATCH] Update error output formatting --- src/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.c b/src/error.c index 5d59fdc..827a098 100644 --- a/src/error.c +++ b/src/error.c @@ -63,7 +63,7 @@ static void error_msg_print(struct error_msg* msg, bool print_colon) } if (print_colon) { - fprintf(stderr, ": "); + fprintf(stderr, "\n - "); } }