disasm: matches -- Use proper return type
commit1cccb1e8d5618f054b509b6eaf9e1cee13985bc7
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 14 Dec 2014 07:57:53 +0000 (14 10:57 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 14 Dec 2014 07:57:53 +0000 (14 10:57 +0300)
tree9829a30e3b9db2da689de4d26fbb18413c0b1c2d
parent00590792fe2ede83db2f66a562d8fd837cfb1061
disasm: matches -- Use proper return type

matches() declared as int and better return explicit
zero here instead of @false.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
disasm.c