From eec4e00b16d9d4e9c62dde94a072b160f9927002 Mon Sep 17 00:00:00 2001 From: rburchell Date: Mon, 9 Feb 2009 21:33:07 +0000 Subject: Fix typo. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1955 5417fbe8-f217-4b02-8779-1006273d7864 --- src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/init.c b/src/init.c index 9b062d85b..f8d664548 100644 --- a/src/init.c +++ b/src/init.c @@ -479,7 +479,7 @@ int init_secondary(int ac, char **av) */ signal(SIGHUP, sighandler); signal(SIGTERM, sighandler); - signal(SIGINT, sighandler)' + signal(SIGINT, sighandler); /* Initialize multi-language support */ lang_init(); -- cgit