From: Pavel Charvat Date: Fri, 12 May 2006 07:04:48 +0000 (+0200) Subject: removed forgotten space X-Git-Tag: holmes-import~641^2~20 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0913cd54e3de79cc600ded2b602dac85ec903bfb;p=libucw.git removed forgotten space --- 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 != '\'')