diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-24 22:39:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-24 22:39:23 +0000 |
commit | 5a3ee26c5544376f552a4f6417a43b510514fe3c (patch) | |
tree | 49d293744582e8e6d5974c9cca8b69abf7d8adf9 /include/exitcodes.h | |
parent | 3229dee5bb0bd1e13f30752ccae556513b5cdcac (diff) |
Forgot to remove a ,
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10250 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r-- | include/exitcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |