diff options
author | Michael Adam <obnox@samba.org> | 2009-12-06 01:34:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-06 01:55:53 +0100 |
commit | 055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31 (patch) | |
tree | 065fd131401d6e48540f7161464be1ebe517d5e6 /src | |
parent | f60aa477155d6b4a3a0d00d52936b9ce16bc3283 (diff) | |
download | tinyproxy-055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31.tar.gz tinyproxy-055c11f63ce5ea7b5a2e14ee525198dd8c8c3c31.zip |
conf: fix tab->spaces
Michael
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |