diff options
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 |