From f4cf398962bfee2e2266f3e22b76dd6a7a26695f Mon Sep 17 00:00:00 2001 From: thelemonman Date: Wed, 23 Apr 2014 09:53:05 +0000 Subject: [PATCH] Fix the include guard --- desmume/src/slot2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/slot2.h b/desmume/src/slot2.h index ca263bb5f..2908bca9b 100644 --- a/desmume/src/slot2.h +++ b/desmume/src/slot2.h @@ -16,7 +16,7 @@ */ #ifndef __SLOT2_H__ -#define __SLOT_H__ +#define __SLOT2_H__ #include "common.h" #include "types.h"