diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /scripts/kconfig/conf.c | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 02693b791..2a1a59fc3 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c | |||
@@ -536,7 +536,7 @@ int main(int ac, char **av) | |||
536 | exit(0); | 536 | exit(0); |
537 | } | 537 | } |
538 | } | 538 | } |
539 | name = av[i]; | 539 | name = av[i]; |
540 | if (!name) { | 540 | if (!name) { |
541 | printf(_("%s: Kconfig file missing\n"), av[0]); | 541 | printf(_("%s: Kconfig file missing\n"), av[0]); |
542 | } | 542 | } |