diff options
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 56cccaf2c..8cab2dcc8 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -12,8 +12,7 @@ | |||
12 | #else | 12 | #else |
13 | #define BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" | 13 | #define BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" |
14 | #endif | 14 | #endif |
15 | const char BB_BANNER[] = BANNER; | 15 | const char bb_banner[] = BANNER; |
16 | const char bb_msg_full_version[] = BANNER " multi-call binary"; | ||
17 | 16 | ||
18 | const char bb_msg_memory_exhausted[] = "memory exhausted"; | 17 | const char bb_msg_memory_exhausted[] = "memory exhausted"; |
19 | const char bb_msg_invalid_date[] = "invalid date '%s'"; | 18 | const char bb_msg_invalid_date[] = "invalid date '%s'"; |