From 3b5df1794867ccffc56ac5633af6c77a0b3952c8 Mon Sep 17 00:00:00 2001 From: A404M Date: Thu, 26 Sep 2024 05:01:30 +0330 Subject: some speed improvement --- src/compiler/error_helper/error_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/error_helper/error_helper.c') diff --git a/src/compiler/error_helper/error_helper.c b/src/compiler/error_helper/error_helper.c index 2a9b209..42e3745 100644 --- a/src/compiler/error_helper/error_helper.c +++ b/src/compiler/error_helper/error_helper.c @@ -21,7 +21,7 @@ void printError(char const *error, SourceCode *sourceCode, char const *begin, } } if (code == NULL) { - fprintf(stderr, "Bad Error: the error is in no source code"); + fprintf(stderr, "Bad Error: the error is in no source code\n"); return; } -- cgit v1.2.3