From 72d69d5d38d1025ca756905e9070f4cef9f060a8 Mon Sep 17 00:00:00 2001 From: Chris Eagle Date: Fri, 28 Aug 2015 23:29:59 -0700 Subject: [PATCH] Fix capitalization for unicorn.h mapping in java binding --- bindings/const_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bindings/const_generator.py diff --git a/bindings/const_generator.py b/bindings/const_generator.py old mode 100644 new mode 100755 index f28681ec..41371e7b --- a/bindings/const_generator.py +++ b/bindings/const_generator.py @@ -52,7 +52,7 @@ template = { 'x86.h': 'X86', 'sparc.h': 'Sparc', 'm68k.h': 'M68k', - 'unicorn.h': 'unicorn', + 'unicorn.h': 'Unicorn', 'comment_open': '//', 'comment_close': '', },