diff options
Diffstat (limited to 'lib/roken/verrx.c')
| -rw-r--r-- | lib/roken/verrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roken/verrx.c b/lib/roken/verrx.c index 84645181c873..7b148a45fe8e 100644 --- a/lib/roken/verrx.c +++ b/lib/roken/verrx.c @@ -36,7 +36,7 @@ #include "roken.h" #include <err.h> -ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL +ROKEN_LIB_NORETURN_FUNCTION void ROKEN_LIB_CALL verrx(int eval, const char *fmt, va_list ap) { rk_warnerr(0, fmt, ap); |
