Make it clear these are flags.

This commit is contained in:
okan
2016-10-24 20:44:08 +00:00
parent 972e28d58c
commit db93599a0f
3 changed files with 11 additions and 11 deletions

2
menu.c
View File

@ -196,7 +196,7 @@ menu_complete_path(struct menu_ctx *mc)
TAILQ_INIT(&menuq);
if ((mi = menu_filter(sc, &menuq, mc->searchstr, NULL,
CWM_MENU_DUMMY, search_match_path_any, NULL)) != NULL) {
(CWM_MENU_DUMMY), search_match_path_any, NULL)) != NULL) {
mr->abort = mi->abort;
mr->dummy = mi->dummy;
if (mi->text[0] != '\0')