]> git.imager.perl.org - imager.git/blobdiff - error.c
hide i_fatal() under IMAGER_NO_CONTEXT
[imager.git] / error.c
diff --git a/error.c b/error.c
index a5f97b87d5339fac3da05a50f3c2492502403425..4b3faf2c9918d2fafdba2bd5e09b0027efc924d0 100644 (file)
--- a/error.c
+++ b/error.c
@@ -281,7 +281,7 @@ im_push_errorvf(im_context_t ctx, int code, char const *fmt, va_list ap) {
 }
 
 void
-i_push_errorvf(int code, char const *fmt, va_list ap) {
+(i_push_errorvf)(int code, char const *fmt, va_list ap) {
   im_push_errorvf(im_get_context(), code, fmt, ap);
 }