aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 772908d..ccbce1f 100644
--- a/util.c
+++ b/util.c
@@ -34,7 +34,7 @@ enum {
FNAME_LEN = 1024
};
-void cleanup();
+void cleanup(void);
void* s_malloc(size_t size) {
void *ptr;