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:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user