summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-11-14 23:18:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-11-14 23:18:18 (GMT)
commit6ceb627a1d7c0752124563c636cd9ef6241e8a3a (patch)
treef3ed4e02342f8de4bc96a6770d343301a77aa653
parent4fd2ebd6ef0875b5d7d632db735d0510e19d4570 (diff)
Typo.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@194 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
-rw-r--r--ChangeLog5
-rwxr-xr-xsrc/format/dex/dex.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bf8c1e..d7e0ee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+10-11-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/dex/dex.c:
+ Typo.
+
10-11-14 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/decomp/decompiler.c
diff --git a/src/format/dex/dex.c b/src/format/dex/dex.c
index 5280f4d..e30ed7a 100755
--- a/src/format/dex/dex.c
+++ b/src/format/dex/dex.c
@@ -238,7 +238,7 @@ static void g_dex_format_decompile(const GDexFormat *format, GCodeBuffer *buffer
char *_g_openida_type_to_string(const GOpenidaType *type, bool simple)
-#endi
+#endif
}