summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 20:42:35 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 20:42:35 +0000
commit3dcc06e13991613340a3f1e0d146a02e9dda608c (patch)
tree5a67b5e966e2afc693613d92fcf12f6c1a460e26 /libpcsxcore
parent481e17e94efe11dac526054f3b8eefa742e71b8c (diff)
downloadpcsxr-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-xlibpcsxcore/cheat.h6
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;