conf: fix tab->spaces

Michael
This commit is contained in:
Michael Adam 2009-12-06 01:34:42 +01:00
parent f60aa47715
commit 055c11f63c

View File

@ -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