diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | src/format/dex/dex.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 } |