summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_debug.c')
-rw-r--r--lib/skin_parser/skin_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/skin_parser/skin_debug.c b/lib/skin_parser/skin_debug.c
index bcf43ab5e4..52f9127f1f 100644
--- a/lib/skin_parser/skin_debug.c
+++ b/lib/skin_parser/skin_debug.c
@@ -56,6 +56,8 @@ void skin_error(enum skin_errorcode error, const char* cursor)
56 switch(error) 56 switch(error)
57 { 57 {
58 case MEMORY_LIMIT_EXCEEDED: 58 case MEMORY_LIMIT_EXCEEDED:
59 error_line_start = NULL;
60 printf("Error: Memory limit exceeded at Line %d\n", skin_line);
59 error_message = "Memory limit exceeded"; 61 error_message = "Memory limit exceeded";
60 break; 62 break;
61 case NEWLINE_EXPECTED: 63 case NEWLINE_EXPECTED: