summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_scan.c')
-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 de9c423f04..50d58bc250 100644
--- a/lib/skin_parser/skin_scan.c
+++ b/lib/skin_parser/skin_scan.c
@@ -101,7 +101,7 @@ char* scan_string(const char** document)
101 char* buffer = NULL; 101 char* buffer = NULL;
102 int i; 102 int i;
103 103
104 while(*cursor != ARGLISTSEPERATESYM && *cursor != ARGLISTCLOSESYM && 104 while(*cursor != ARGLISTSEPARATESYM && *cursor != ARGLISTCLOSESYM &&
105 *cursor != '\0') 105 *cursor != '\0')
106 { 106 {
107 if(*cursor == COMMENTSYM) 107 if(*cursor == COMMENTSYM)