Fix typo in sample

This commit is contained in:
lazymio 2021-11-04 21:10:31 +01:00
parent 01d7e454b7
commit 96fc0bf6bc
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ void test_uc_ctl_exits()
return;
}
err = uc_ctl_set_exists(uc, exits, 2);
err = uc_ctl_set_exits(uc, exits, 2);
if (err) {
printf("Failed on uc_ctl() with error returned: %u\n", err);
return;