summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-06 01:34:42 +0100
committerMichael Adam <obnox@samba.org>2009-12-06 01:55:53 +0100
commit055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31 (patch)
tree065fd131401d6e48540f7161464be1ebe517d5e6
parentf60aa477155d6b4a3a0d00d52936b9ce16bc3283 (diff)
downloadtinyproxy-055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31.tar.gz
tinyproxy-055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31.zip
conf: fix tab->spaces
Michael
Diffstat (limited to '')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
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