forked from Archive/PX4-Autopilot
Missing Brace
This commit is contained in:
parent
6667e6e078
commit
a0af91d05c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue