From 423c99862f5057b13bd2f8cb277fb04d7c6222f3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 18 Nov 2013 16:20:35 +0100 Subject: improved error feedback --- global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global.h') 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 -- cgit v1.3.1