clean up render.c a little

This commit is contained in:
marschap
2007-04-28 21:16:39 +00:00
parent ced4dddf07
commit 0d6697503f
4 changed files with 182 additions and 179 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ static char **stored_argv;
static volatile short got_reload_signal = 0;
/* Local exported variables */
long int timer = 0;
long timer = 0;
/**** Local functions ****/
static void clear_settings(void);