From 15a8fe2cf2b16af8739a7ec2b64b5c5f184161b8 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 16 Dec 2021 13:48:13 +0100 Subject: Implemented list navigation and other fixes --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index b74d2a2..ef9d538 100644 --- a/util.c +++ b/util.c @@ -42,7 +42,7 @@ assert(int cond, const char *file, int line, const char *condstr) { if (cond) return; - fprintf(stderr, "Assertion failed %s:%i (%s)", file, line, condstr); + fprintf(stderr, "Assertion failed %s:%i (%s)\n", file, line, condstr); exit(1); } -- cgit v1.2.3-71-gd317