From: brain Date: Sun, 24 Aug 2008 22:39:23 +0000 (+0000) Subject: Forgot to remove a , X-Git-Tag: v2.0.23~2764 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5a3ee26c5544376f552a4f6417a43b510514fe3c;p=user%2Fhenk%2Fcode%2Finspircd.git Forgot to remove a , git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10250 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/exitcodes.h b/include/exitcodes.h index bb1fa47e8..1cb26eec8 100644 --- a/include/exitcodes.h +++ b/include/exitcodes.h @@ -40,7 +40,7 @@ enum ExitStatus EXIT_STATUS_WINSERVICE_3 = 19, /* Windows service specific failure, will name these later */ EXIT_STATUS_WINSERVICE_4 = 20, /* Windows service specific failure, will name these later */ EXIT_STATUS_WINSERVICE_5 = 21, /* Windows service specific failure, will name these later */ - EXIT_STATUS_WINSERVICE_6 = 22, /* Windows service specific failure, will name these later */ + EXIT_STATUS_WINSERVICE_6 = 22 /* Windows service specific failure, will name these later */ }; /** Array that maps exit codes (ExitStatus types) to