summaryrefslogtreecommitdiff
path: root/utils/themeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/skin_parser.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_parser.c b/utils/themeeditor/skin_parser.c
index 2f68cdf1c8..655c3d18a5 100644
--- a/utils/themeeditor/skin_parser.c
+++ b/utils/themeeditor/skin_parser.c
@@ -90,6 +90,10 @@ struct skin_element* skin_parse(char* document)
90 90
91 cursor++; 91 cursor++;
92 } 92 }
93 else if(*cursor == COMMENTSYM)
94 {
95 skip_comment(&cursor);
96 }
93 else 97 else
94 { 98 {
95 /* Advancing the cursor as normal */ 99 /* Advancing the cursor as normal */