summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/skin_parser/skin_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_scan.c b/lib/skin_parser/skin_scan.c
index 79f7162..6b5c189 100644
--- a/lib/skin_parser/skin_scan.c
+++ b/lib/skin_parser/skin_scan.c
@@ -121,7 +121,7 @@ char* scan_string(char** document)
if(*cursor == '\n')
{
- skin_error(UNEXPECTED_NEWLINE);
+ skin_error(UNEXPECTED_NEWLINE, cursor);
return NULL;
}