From 8f9412984db5b647d159fe33abf122fb0d2d7060 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 3 Oct 2016 01:40:07 +0300 Subject: [PATCH] CHEWY: Fix define for chewy.h --- engines/chewy/chewy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/chewy/chewy.h b/engines/chewy/chewy.h index 6bb9df536f0..34a3d5f4ba9 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"