aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-03 01:40:07 +0300
committerFilippos Karapetis2016-10-03 01:40:07 +0300
commit8f9412984db5b647d159fe33abf122fb0d2d7060 (patch)
treee5d52bec7b961b64be2c4ed6f8bce3f887753860 /engines/chewy/chewy.h
parent891813c9e1ec96971a61ede016e3b7872977549e (diff)
downloadscummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.tar.gz
scummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.tar.bz2
scummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.zip
CHEWY: Fix define for chewy.h
Diffstat (limited to 'engines/chewy/chewy.h')
-rw-r--r--engines/chewy/chewy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/chewy/chewy.h b/engines/chewy/chewy.h
index 6bb9df536f..34a3d5f4ba 100644
--- a/engines/chewy/chewy.h
+++ b/engines/chewy/chewy.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef CHEWY_H
-#define CHEWY_H
+#ifndef CHEWY_CHEWY_H
+#define CHEWY_CHEWY_H
#include "common/scummsys.h"