diff options
Diffstat (limited to 'src/compiler/error_helper')
-rw-r--r-- | src/compiler/error_helper/error_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |