aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands/cmd_away.cpp
diff options
context:
space:
mode:
authorGravatar Justin Crawford2012-04-14 18:03:25 -0700
committerGravatar Justin Crawford2012-04-14 18:03:25 -0700
commitdf5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch)
tree99832ce14180b5d237bfe597b99a4accfd695cae /src/commands/cmd_away.cpp
parentMerge pull request #53 from SaberUK/clang-analyze (diff)
downloadinspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.tar.gz
inspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.tar.bz2
inspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.zip
Fixes for bug #12
Diffstat (limited to 'src/commands/cmd_away.cpp')
-rw-r--r--src/commands/cmd_away.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/cmd_away.cpp b/src/commands/cmd_away.cpp
index e3bfbe55e..aafabba28 100644
--- a/src/commands/cmd_away.cpp
+++ b/src/commands/cmd_away.cpp
@@ -13,8 +13,8 @@
#include "inspircd.h"
-#ifndef __CMD_AWAY_H__
-#define __CMD_AWAY_H__
+#ifndef CMD_AWAY_H
+#define CMD_AWAY_H
// include the common header files