mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Missing Brace
This commit is contained in:
@@ -283,7 +283,7 @@ param_count_used(void)
|
||||
param_t
|
||||
param_for_index(unsigned index)
|
||||
{
|
||||
if (index < get_param_info_count())
|
||||
if (index < get_param_info_count()) {
|
||||
return (param_t)index;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user