aboutsummaryrefslogtreecommitdiff
path: root/libbb/error_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/error_msg.c')
-rw-r--r--libbb/error_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/error_msg.c b/libbb/error_msg.c
index 5f53f0311..802fd5715 100644
--- a/libbb/error_msg.c
+++ b/libbb/error_msg.c
@@ -9,7 +9,7 @@
9 9
10#include "libbb.h" 10#include "libbb.h"
11 11
12void bb_error_msg(const char *s, ...) 12void FAST_FUNC bb_error_msg(const char *s, ...)
13{ 13{
14 va_list p; 14 va_list p;
15 15