about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-23 00:06:01 +0100
committerJames Booth <boothj5@gmail.com>2016-05-23 00:06:01 +0100
commitdfe613418f7d77ec56d75554b501c3a985c5e3fd (patch)
tree843a2830654e0b30ecb15cfee85b8f35fa118497 /src/command/cmd_defs.h
parentfb34785566c59e055399d2c5eb8378ea44c8c983 (diff)
downloadprofani-tty-dfe613418f7d77ec56d75554b501c3a985c5e3fd.tar.gz
Fix command headers
Diffstat (limited to 'src/command/cmd_defs.h')
-rw-r--r--src/command/cmd_defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h
index 4764ea4d..7ff98d24 100644
--- a/src/command/cmd_defs.h
+++ b/src/command/cmd_defs.h
@@ -1,5 +1,5 @@
 /*
- * command.h
+ * cmd_defs.h
  *
  * Copyright (C) 2012 - 2016 James Booth <boothj5@gmail.com>
  *
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef COMMAND_H
-#define COMMAND_H
+#ifndef CMD_DEFS_H
+#define CMD_DEFS_H
 
 #include <glib.h>