diff options
author | Matt Kraai | 2000-07-12 00:43:28 +0000 |
---|---|---|
committer | Matt Kraai | 2000-07-12 00:43:28 +0000 |
commit | 3ecbe9f4dca998d224760f537dc1c3fd7269893b (patch) | |
tree | efcc3843044bb588a3fa82ccf0390c73be318f78 /busybox.c | |
parent | 97426e082a419dd682409e68bd00072ea51ed849 (diff) | |
download | busybox-3ecbe9f4dca998d224760f537dc1c3fd7269893b.zip busybox-3ecbe9f4dca998d224760f537dc1c3fd7269893b.tar.gz |
The applet name isn't constant.
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +354,7 @@ const struct BB_applet applets[] = { {0} }; -const char *applet_name; +char *applet_name; #ifdef BB_FEATURE_INSTALLER /* |