From 97f042e530ce5d198ef3d7cba555652c72222746 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 10 Oct 2010 21:26:37 +0000 Subject: [PATCH] TOON: Adapt include guard for consistency. svn-id: r53133 --- engines/toon/toon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/toon/toon.h b/engines/toon/toon.h index 937f75913c7..dd2235ebcd6 100644 --- a/engines/toon/toon.h +++ b/engines/toon/toon.h @@ -23,8 +23,8 @@ * */ -#ifndef TOON_H -#define TOON_H +#ifndef TOON_TOON_H +#define TOON_TOON_H #include "engines/advancedDetector.h" #include "engines/engine.h"