JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops stray if sneaked in
authorMarco Peereboom <marco@conformal.com>
Wed, 21 Jan 2009 15:08:55 +0000 (15:08 +0000)
committerMarco Peereboom <marco@conformal.com>
Wed, 21 Jan 2009 15:08:55 +0000 (15:08 +0000)
scrotwm.c

index 2b38e19..621942e 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -355,7 +355,6 @@ conf_load(char *filename)
                        continue;
                }
                if ((var = strsep(&cp, SWM_CONF_WS)) == NULL || cp == NULL)
-               if (cp == NULL || (var = strsep(&cp, SWM_CONF_WS)) == NULL)
                        break;
                cp += (long)strspn(cp, SWM_CONF_WS);
                if ((val = strsep(&cp, SWM_CONF_WS)) == NULL)