diff options
Diffstat (limited to 'libpcsxcore/cheat.h')
| -rwxr-xr-x | libpcsxcore/cheat.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
