diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-15 12:53:52 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-15 12:53:52 -0700 |
commit | 76619990ad82501afc95d0c76f057a2841862de9 (patch) | |
tree | d656853eda2ca9e566537647a43d0ed9aa4cd561 /src/commands/cmd_eline.cpp | |
parent | c3c98c05d88fcb24feb3e52cc77bd34425870b15 (diff) | |
parent | 9ebd9cba72056c5b36696e166826afb981f25ebb (diff) |
Merge pull request #55 from Justasic/insp20
[2.0] 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 |