summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}