From 75eba3b3a33d7249ff3632500a68055af7f028ed Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 13 Aug 2009 16:30:07 +0000 Subject: [PATCH] Fixed a warning during compilation --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index 3510e2a..500289d 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -23,7 +23,7 @@ #include "settings.h" #include "configure.h" -ARRAY(Config *, config); +ARRAY(Config *, config) /* functions */