aboutsummaryrefslogtreecommitdiff
path: root/include/command_parse.h
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 /include/command_parse.h
parentMerge pull request #53 from SaberUK/clang-analyze (diff)
Fixes for bug #12
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index bd778c3d2..35b72ecf5 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -11,8 +11,8 @@
* ---------------------------------------------------
*/
-#ifndef __COMMAND_PARSE_H
-#define __COMMAND_PARSE_H
+#ifndef COMMAND_PARSE_H
+#define COMMAND_PARSE_H
/** A list of dll/so files containing the command handlers for the core
*/