From 055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 6 Dec 2009 01:34:42 +0100 Subject: conf: fix tab->spaces Michael --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 19e6b5a..7201b8c 100644 --- a/src/conf.c +++ b/src/conf.c @@ -103,7 +103,7 @@ typedef int (*CONFFILE_HANDLER) (struct config_s *, const char *, regmatch_t[]); */ #define HANDLE_FUNC(func) \ int func(struct config_s* conf, const char* line, \ - regmatch_t match[]) + regmatch_t match[]) /* * List all the handling functions. These are defined later, but they need -- cgit v1.2.3