From 96fc0bf6bc002424487f34373f6d50abaa33d4e9 Mon Sep 17 00:00:00 2001 From: lazymio Date: Thu, 4 Nov 2021 21:10:31 +0100 Subject: [PATCH] Fix typo in sample --- samples/sample_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sample_ctl.c b/samples/sample_ctl.c index 3e63c4f6..35fcbc06 100644 --- a/samples/sample_ctl.c +++ b/samples/sample_ctl.c @@ -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;