summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorkeeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-08 10:33:12 +0000
committerkeeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b <keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-08 10:33:12 +0000
commit79a10a459ddd25c9a00e8d1bfc80b5fdf13b2ee5 (patch)
treeab6102936370f5e2d0218ad9de348365e681fc48 /config.c
parente98f164511c243727210da6dbc65ed09bf998e89 (diff)
BUILD : 1.7.2 (90) BUGS : NOTES : Accidently commited config.c
git-svn-id: svn://svn.anope.org/anope/trunk@90 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@66 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 6471d1b1a..de265736d 100644
--- a/config.c
+++ b/config.c
@@ -675,7 +675,7 @@ void error(int linenum, char *message, ...)
int parse(char *buf, int linenum, int reload)
{
char *s, *t, *dir;
- int i, n, optind, val, tmp;
+ int i, n, optind, val;
int retval = 1;
int ac = 0;
char *av[MAXPARAMS];