From 99a57a568de44f0efc76e3723934cd798adf762a Mon Sep 17 00:00:00 2001 From: "Guillermo O. Freschi" Date: Thu, 9 Aug 2012 18:01:28 -0300 Subject: [PATCH] Removed initial underscore from include guards. --- cheat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheat.h b/cheat.h index 6924af1..62c2c0e 100644 --- a/cheat.h +++ b/cheat.h @@ -1,5 +1,5 @@ -#ifndef _cheat_h_ -#define _cheat_h_ +#ifndef CHEAT_H +#define CHEAT_H #ifndef __BASE_FILE__ #error "The __BASE_FILE__ macro is not defined. Check the README for help."