From 0913cd54e3de79cc600ded2b602dac85ec903bfb Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 12 May 2006 09:04:48 +0200 Subject: [PATCH] removed forgotten space --- lib/shell/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shell/config.c b/lib/shell/config.c index 814daa0f..1aecea05 100644 --- a/lib/shell/config.c +++ b/lib/shell/config.c @@ -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 != '\'') -- 2.39.2