diff options
Diffstat (limited to 'conf/conf.c')
-rw-r--r-- | conf/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.c b/conf/conf.c index be2d771..a744dca 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -210,7 +210,7 @@ config_do_commit(struct config *c) } static void -config_done(void *unused) +config_done(void *unused UNUSED) { struct config *c; |