diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-26 20:42:35 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-26 20:42:35 +0000 |
| commit | 3dcc06e13991613340a3f1e0d146a02e9dda608c (patch) | |
| tree | 5a67b5e966e2afc693613d92fcf12f6c1a460e26 /libpcsxcore | |
| parent | 481e17e94efe11dac526054f3b8eefa742e71b8c (diff) | |
| download | pcsxr-3dcc06e13991613340a3f1e0d146a02e9dda608c.tar.gz | |
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
Diffstat (limited to 'libpcsxcore')
| -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; |
