summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/skin_parser/skin_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c
index 2e5328637b..3e7f96af82 100644
--- a/lib/skin_parser/skin_parser.c
+++ b/lib/skin_parser/skin_parser.c
@@ -638,7 +638,7 @@ static int skin_parse_tag(struct skin_element* element, char** document)
638 if((strcmp(tag->name, "Vf") == 0 || strcmp(tag->name, "Vb") == 0) 638 if((strcmp(tag->name, "Vf") == 0 || strcmp(tag->name, "Vb") == 0)
639 && *cursor == '\n' && skin_line == viewport_line) 639 && *cursor == '\n' && skin_line == viewport_line)
640 { 640 {
641 *cursor++; 641 cursor++;
642 skin_line++; 642 skin_line++;
643 } 643 }
644 644