From a53bdc751224349ab3db315ee56f62ea2e60a7e6 Mon Sep 17 00:00:00 2001 From: djack1010 Date: Tue, 25 Apr 2017 11:12:41 +0200 Subject: [PATCH] Revert wrong comment --- src/nanosvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nanosvg.h b/src/nanosvg.h index 562b01c..8a4b6fa 100644 --- a/src/nanosvg.h +++ b/src/nanosvg.h @@ -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 == '/') {