Revert wrong comment

master
djack1010 2017-04-25 11:12:41 +02:00
parent 41dcaefdd0
commit a53bdc7512
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ static void nsvg__parseElement(char* s,
char* name = NULL;
char* value = NULL;
// Skip white space before the attrib char* name = NULL;
// Skip white space before the attrib name
while (*s && nsvg__isspace(*s)) s++;
if (!*s) break;
if (*s == '/') {