aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/font.h
diff options
context:
space:
mode:
authorMax Horn2009-09-04 20:06:19 +0000
committerMax Horn2009-09-04 20:06:19 +0000
commit4290984108b71cff094099193468068154b8cc94 (patch)
tree364425da0b7782eed1aa9ffc839ab3e3176351bf /engines/teenagent/font.h
parentbd5ba266b405736f886c0c953b387b9c19febc0f (diff)
downloadscummvm-rg350-4290984108b71cff094099193468068154b8cc94.tar.gz
scummvm-rg350-4290984108b71cff094099193468068154b8cc94.tar.bz2
scummvm-rg350-4290984108b71cff094099193468068154b8cc94.zip
TEEN: Fix header file guards to match our conventions
svn-id: r43944
Diffstat (limited to 'engines/teenagent/font.h')
-rw-r--r--engines/teenagent/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/font.h b/engines/teenagent/font.h
index d4d6feb831..0c6b4d2e33 100644
--- a/engines/teenagent/font.h
+++ b/engines/teenagent/font.h
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef TEENAGENT_FONT_H__
-#define TEENAGENT_FONT_H__
+#ifndef TEENAGENT_FONT_H
+#define TEENAGENT_FONT_H
#include "graphics/surface.h"