diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-09 21:33:07 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-09 21:33:07 +0000 |
commit | eec4e00b16d9d4e9c62dde94a072b160f9927002 (patch) | |
tree | 19709857fef15c6f61d923b7c3e64ffde8e1e49d | |
parent | ff6477e6dd1f05500e62127a7e5985e086bf360c (diff) |
Fix typo.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1955 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |