diff options
Diffstat (limited to 'libbb/error_msg.c')
| -rw-r--r-- | libbb/error_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/error_msg.c b/libbb/error_msg.c index 18811b8d1..2a90ba438 100644 --- a/libbb/error_msg.c +++ b/libbb/error_msg.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include <stdlib.h> | 25 | #include <stdlib.h> |
| 26 | #include "libbb.h" | 26 | #include "libbb.h" |
| 27 | 27 | ||
| 28 | extern void bb_error_msg(const char *s, ...) | 28 | void bb_error_msg(const char *s, ...) |
| 29 | { | 29 | { |
| 30 | va_list p; | 30 | va_list p; |
| 31 | 31 | ||
