aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 218343b4b..a355cdd1d 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -354,7 +354,7 @@ const struct BB_applet applets[] = {
354 {0} 354 {0}
355}; 355};
356 356
357const char *applet_name; 357char *applet_name;
358 358
359#ifdef BB_FEATURE_INSTALLER 359#ifdef BB_FEATURE_INSTALLER
360/* 360/*