summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.h b/global.h
index 185f227..699e52d 100644
--- a/global.h
+++ b/global.h
@@ -81,9 +81,9 @@ extern struct st_sprite{float x, y; int type, effect; struct{int *ptr; uint widt
extern uint spritecnt;
-void error(void);
+void error(char *);
extern const char *status;
extern unsigned int statustimer;
-#endif \ No newline at end of file
+#endif