Fix capitalization for unicorn.h mapping in java binding
This commit is contained in:
parent
4e1cb3afde
commit
72d69d5d38
|
@ -52,7 +52,7 @@ template = {
|
|||
'x86.h': 'X86',
|
||||
'sparc.h': 'Sparc',
|
||||
'm68k.h': 'M68k',
|
||||
'unicorn.h': 'unicorn',
|
||||
'unicorn.h': 'Unicorn',
|
||||
'comment_open': '//',
|
||||
'comment_close': '',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue