mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
search_match_path() isn't supposed to return anything.
This commit is contained in:
parent
56b44257a5
commit
ffcfff3dea
2
search.c
2
search.c
@ -170,7 +170,7 @@ search_match_path(struct menu_q *menuq, struct menu_q *resultq, char *search)
|
|||||||
{
|
{
|
||||||
TAILQ_INIT(resultq);
|
TAILQ_INIT(resultq);
|
||||||
|
|
||||||
return(search_match_path_type(menuq, resultq, search, PATH_ANY));
|
search_match_path_type(menuq, resultq, search, PATH_ANY);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user