mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
fix typo
there is no esil_internal_signatur_check. someone missed an e. This puts it back.
This commit is contained in:
parent
497cb814e5
commit
779b7cb63e
@ -236,7 +236,7 @@ static int esil_internal_read (RAnalEsil *esil, const char *str, ut64 *num) {
|
||||
*num = esil->anal->bits/8;
|
||||
break;
|
||||
case 's':
|
||||
*num = esil_internal_signatur_check (esil);
|
||||
*num = esil_internal_signature_check (esil);
|
||||
break;
|
||||
default:
|
||||
return R_FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user