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 5f53f03..802fd57 100644 --- a/libbb/error_msg.c +++ b/libbb/error_msg.c @@ -9,7 +9,7 @@ #include "libbb.h" -void bb_error_msg(const char *s, ...) +void FAST_FUNC bb_error_msg(const char *s, ...) { va_list p; |