diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-11-14 23:18:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-11-14 23:18:18 (GMT) |
commit | 6ceb627a1d7c0752124563c636cd9ef6241e8a3a (patch) | |
tree | f3ed4e02342f8de4bc96a6770d343301a77aa653 | |
parent | 4fd2ebd6ef0875b5d7d632db735d0510e19d4570 (diff) |
Typo.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@194 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
-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 } |