summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2023-01-11 11:34:19 -0700
committercflip <cflip@cflip.net>2023-01-11 11:34:19 -0700
commit54d0e32bced43dc3d85b41e30bcb1fa430ae90dc (patch)
treee7d961b9dcac64e4ff06f7caa410fbeb3241672c /error.h
parent0324dda2cc779bcd6d3eb425216e29b37a9a95ed (diff)
Use the new error function with the new window and font code
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.h b/error.h
index f30fd24..1a8f350 100644
--- a/error.h
+++ b/error.h
@@ -1,7 +1,7 @@
#ifndef _ERROR_H
#define ERROR_H
-void fatal_error(const char *msg);
+void fatal_error(const char *msgfmt, ...);
void warning(const char *msg);
#endif