diff options
| author | 2012-04-14 18:03:25 -0700 | |
|---|---|---|
| committer | 2012-04-14 18:03:25 -0700 | |
| commit | df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch) | |
| tree | 99832ce14180b5d237bfe597b99a4accfd695cae /src/commands/cmd_eline.cpp | |
| parent | Merge pull request #53 from SaberUK/clang-analyze (diff) | |
| download | inspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.tar.gz inspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.tar.bz2 inspircd++-df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5.zip | |
Fixes for bug #12
Diffstat (limited to 'src/commands/cmd_eline.cpp')
| -rw-r--r-- | src/commands/cmd_eline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/cmd_eline.cpp b/src/commands/cmd_eline.cpp index 537d39208..6c8586c01 100644 --- a/src/commands/cmd_eline.cpp +++ b/src/commands/cmd_eline.cpp @@ -26,8 +26,8 @@ * --------------------------------------------------- */ -#ifndef __CMD_ELINE_H__ -#define __CMD_ELINE_H__ +#ifndef CMD_ELINE_H +#define CMD_ELINE_H // include the common header files |
