From 5a3ee26c5544376f552a4f6417a43b510514fe3c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Aug 2008 22:39:23 +0000 Subject: [PATCH] Forgot to remove a , git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10250 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/exitcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5