From 3dcc06e13991613340a3f1e0d146a02e9dda608c Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Mon, 26 Aug 2013 20:42:35 +0000 Subject: all_extension_cht, dot_extension_cht, tla_extension_cht fix; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86943 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cheat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpcsxcore/cheat.h') diff --git a/libpcsxcore/cheat.h b/libpcsxcore/cheat.h index 98251f0c..56daf59f 100755 --- a/libpcsxcore/cheat.h +++ b/libpcsxcore/cheat.h @@ -23,9 +23,9 @@ extern "C" { #endif -#define all_extension_cht "*.cht"; -#define dot_extension_cht ".cht"; -#define tla_extension_cht "cht"; +#define all_extension_cht "*.cht" +#define dot_extension_cht ".cht" +#define tla_extension_cht "cht" typedef struct { uint32_t Addr; -- cgit v1.2.3