]> mj.ucw.cz Git - libucw.git/commitdiff
removed forgotten space
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 12 May 2006 07:04:48 +0000 (09:04 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 12 May 2006 07:04:48 +0000 (09:04 +0200)
lib/shell/config.c

index 814daa0f55b41c6849d4d5dd81cf8bdee8a3ac47..1aecea053d02d2be85795ae33e01e1d699d84fb9 100644 (file)
@@ -186,7 +186,7 @@ parse_section(struct section *section)
              byte *def = pos, *d = def;
              while (*pos != ';' && *pos != '}' && !Cspace(*pos))
                {
-                 if (*pos == '\'' )
+                 if (*pos == '\'')
                    {
                      pos++;
                      while (*pos != '\'')