diff options
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 f155d0908..319bcc263 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -737,7 +737,7 @@ static void install_links(const char *busybox, int use_symbolic_links, | |||
737 | * busybox.h::bb_install_loc_t, or else... */ | 737 | * busybox.h::bb_install_loc_t, or else... */ |
738 | int (*lf)(const char *, const char *); | 738 | int (*lf)(const char *, const char *); |
739 | char *fpc; | 739 | char *fpc; |
740 | const char *appname = applet_names; | 740 | const char *appname = applet_names; |
741 | unsigned i; | 741 | unsigned i; |
742 | int rc; | 742 | int rc; |
743 | 743 | ||