aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/console.h')
-rw-r--r--engines/agi/console.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/agi/console.h b/engines/agi/console.h
index 1a211f9826..9043f8906f 100644
--- a/engines/agi/console.h
+++ b/engines/agi/console.h
@@ -22,8 +22,8 @@
*
*/
-#ifndef __AGI_CONSOLE_H
-#define __AGI_CONSOLE_H
+#ifndef AGI_CONSOLE_H
+#define AGI_CONSOLE_H
namespace Agi {
@@ -68,4 +68,4 @@ void report(char *, ...);
} // End of namespace Agi
-#endif /* __AGI_CONSOLE_H */
+#endif /* AGI_CONSOLE_H */