1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 00:36:38 +02:00

Fix typo.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1955 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-09 21:33:07 +00:00
parent ff6477e6dd
commit eec4e00b16
+1 -1
View File
@@ -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();