search_match_path() isn't supposed to return anything.

This commit is contained in:
okan 2017-04-24 15:06:11 +00:00
parent 56b44257a5
commit ffcfff3dea

View File

@ -170,7 +170,7 @@ search_match_path(struct menu_q *menuq, struct menu_q *resultq, char *search)
{
TAILQ_INIT(resultq);
return(search_match_path_type(menuq, resultq, search, PATH_ANY));
search_match_path_type(menuq, resultq, search, PATH_ANY);
}
void