diff options
author | Denys Vlasenko | 2018-07-17 15:04:17 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-07-17 15:04:17 +0200 |
commit | 4c201c00a3650cdacad5fc098ca255416687fb0f (patch) | |
tree | fdebcdd9a9a39eee729c45f17d92d042c2adf3f7 /libbb/appletlib.c | |
parent | 0d2e0de42bab54c31ba37f1c6fd10dcdc7008ccf (diff) | |
download | busybox-4c201c00a3650cdacad5fc098ca255416687fb0f.zip busybox-4c201c00a3650cdacad5fc098ca255416687fb0f.tar.gz |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index f155d09..319bcc2 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -737,7 +737,7 @@ static void install_links(const char *busybox, int use_symbolic_links, * busybox.h::bb_install_loc_t, or else... */ int (*lf)(const char *, const char *); char *fpc; - const char *appname = applet_names; + const char *appname = applet_names; unsigned i; int rc; |