aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-01 20:48:33 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-01 20:48:33 +0100
commit849d39783113dab5f3130e3e59cd8b30f53b136e (patch)
tree48df1e0829fb7f0551329af9b236cb3250b01a65 /src/util.h
parentec5976bbd5a930e040a34b9e93bf9cc41d7230c1 (diff)
Print the compile error offset
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index bb2ca16..705d0ee 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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