diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | #define BB_DECLARE_EXTERN | 10 | #define BB_DECLARE_EXTERN |
11 | #include "messages.c" | 11 | #include "messages.c" |
12 | 12 | ||
13 | static int been_there_done_that = 0; | 13 | int been_there_done_that = 0; /* Also used in applets.c */ |
14 | const char *applet_name; | 14 | const char *applet_name; |
15 | 15 | ||
16 | #ifdef BB_FEATURE_INSTALLER | 16 | #ifdef BB_FEATURE_INSTALLER |