diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ #define GRAB_UTIL_H int getenv_posnum(const char *ev, int fallback); -void pcre2_bitch_and_die(int ec, const char *fmt); +void pcre2_bitch_and_die(int ec, const char *fmt, ...); #endif /* !GRAB_UTIL_H */
\ No newline at end of file |