diff options
author | cflip <cflip@cflip.net> | 2023-01-11 11:34:19 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-01-11 11:34:19 -0700 |
commit | 54d0e32bced43dc3d85b41e30bcb1fa430ae90dc (patch) | |
tree | e7d961b9dcac64e4ff06f7caa410fbeb3241672c /error.h | |
parent | 0324dda2cc779bcd6d3eb425216e29b37a9a95ed (diff) |
Use the new error function with the new window and font code
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |