Revert wrong comment
This commit is contained in:
parent
41dcaefdd0
commit
a53bdc7512
@ -282,7 +282,7 @@ static void nsvg__parseElement(char* s,
|
|||||||
char* name = NULL;
|
char* name = NULL;
|
||||||
char* value = 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++;
|
while (*s && nsvg__isspace(*s)) s++;
|
||||||
if (!*s) break;
|
if (!*s) break;
|
||||||
if (*s == '/') {
|
if (*s == '/') {
|
||||||
|
Loading…
Reference in New Issue
Block a user