mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Fix typo (#14192)
This commit is contained in:
parent
7b1c6f55c7
commit
0818dd7bf7
@ -1017,7 +1017,7 @@ R_API bool r_sign_diff_by_name(RAnal *a, RSignOptions * options, const char *oth
|
||||
serializeKey (a, other_space, "", k);
|
||||
SdbList *other_zigns = sdb_foreach_match (a->sdb_zigns, k, false);
|
||||
|
||||
eprintf ("Diff by name %d %d (%s)\n", (int)ls_length (current_zigns), (int)ls_length (other_zigns), not_matching ? "not maching" : "matching");
|
||||
eprintf ("Diff by name %d %d (%s)\n", (int)ls_length (current_zigns), (int)ls_length (other_zigns), not_matching ? "not matching" : "matching");
|
||||
|
||||
SdbListIter *iter;
|
||||
SdbKv *kv;
|
||||
|
Loading…
Reference in New Issue
Block a user