summaryrefslogtreecommitdiff
path: root/include/exitcodes.h
diff options
context:
space:
mode:
authorJustin Crawford <Justasic@Gmail.com>2012-04-14 18:03:25 -0700
committerJustin Crawford <Justasic@Gmail.com>2012-04-14 18:03:25 -0700
commitdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch)
tree99832ce14180b5d237bfe597b99a4accfd695cae /include/exitcodes.h
parent207c6c290e5b752d562fdc0b121379d511a3dce8 (diff)
Fixes for bug #12
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r--include/exitcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exitcodes.h b/include/exitcodes.h
index 1e6286495..5492d6117 100644
--- a/include/exitcodes.h
+++ b/include/exitcodes.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef __EXITCODE_H__
-#define __EXITCODE_H__
+#ifndef EXITCODE_H
+#define EXITCODE_H
/** Valid exit codes to be used with InspIRCd::Exit()
*/