diff --git a/src/modules/systemlib/param/param.c b/src/modules/systemlib/param/param.c index 010f40c883..14e7299e60 100644 --- a/src/modules/systemlib/param/param.c +++ b/src/modules/systemlib/param/param.c @@ -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; }