Fix fallthrough in uc_ctl_tb_flush

This commit is contained in:
lazymio 2022-05-10 23:48:44 +02:00
parent 15aa4ed53a
commit 94cac9dfb4
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 0 deletions

1
uc.c
View File

@ -2342,6 +2342,7 @@ uc_err uc_ctl(uc_engine *uc, uc_control_type control, ...)
} else {
err = UC_ERR_ARG;
}
break;
default:
err = UC_ERR_ARG;