diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-07 13:12:01 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-07 13:12:01 +0100 |
commit | 976ec23da5a335572be9a6130fb4efcc08d62d0e (patch) | |
tree | 450215aaf3cf2942021163d343faf59226dbec16 /shell | |
parent | b0b834342ffece7f3debd8c7199a07ce8a6d942c (diff) | |
download | busybox-w32-976ec23da5a335572be9a6130fb4efcc08d62d0e.tar.gz busybox-w32-976ec23da5a335572be9a6130fb4efcc08d62d0e.tar.bz2 busybox-w32-976ec23da5a335572be9a6130fb4efcc08d62d0e.zip |
remove stray empty line
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index bfbd60d78..dc50bc102 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -10148,7 +10148,6 @@ setoption(int flag, int val) | |||
10148 | /* NOTREACHED */ | 10148 | /* NOTREACHED */ |
10149 | } | 10149 | } |
10150 | static int | 10150 | static int |
10151 | |||
10152 | options(int cmdline) | 10151 | options(int cmdline) |
10153 | { | 10152 | { |
10154 | char *p; | 10153 | char *p; |