diff options
Diffstat (limited to 'libbb/herror_msg.c')
-rw-r--r-- | libbb/herror_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/herror_msg.c b/libbb/herror_msg.c index 264690b..7e4f640 100644 --- a/libbb/herror_msg.c +++ b/libbb/herror_msg.c @@ -9,7 +9,7 @@ #include "libbb.h" -void bb_herror_msg(const char *s, ...) +void FAST_FUNC bb_herror_msg(const char *s, ...) { va_list p; |