diff options
author | Filippos Karapetis | 2016-10-03 01:40:07 +0300 |
---|---|---|
committer | Filippos Karapetis | 2016-10-03 01:40:07 +0300 |
commit | 8f9412984db5b647d159fe33abf122fb0d2d7060 (patch) | |
tree | e5d52bec7b961b64be2c4ed6f8bce3f887753860 | |
parent | 891813c9e1ec96971a61ede016e3b7872977549e (diff) | |
download | scummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.tar.gz scummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.tar.bz2 scummvm-rg350-8f9412984db5b647d159fe33abf122fb0d2d7060.zip |
CHEWY: Fix define for chewy.h
-rw-r--r-- | engines/chewy/chewy.h | 4 |
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" |