Fix capitalization for unicorn.h mapping in java binding

This commit is contained in:
Chris Eagle 2015-08-28 23:29:59 -07:00
parent 4e1cb3afde
commit 72d69d5d38
1 changed files with 1 additions and 1 deletions

2
bindings/const_generator.py Normal file → Executable file
View File

@ -52,7 +52,7 @@ template = {
'x86.h': 'X86',
'sparc.h': 'Sparc',
'm68k.h': 'M68k',
'unicorn.h': 'unicorn',
'unicorn.h': 'Unicorn',
'comment_open': '//',
'comment_close': '',
},