Skip to content

Commit

Permalink
shut linter up
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbush committed Sep 3, 2023
1 parent 0c5a243 commit 0e3c503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2467,6 +2467,7 @@ openitem(Widget *widget, Item *item, int ypos, bool alt)
return;
popupmenu(widget, items, &rect);
widget->menus->directory = true;
widget->menus->items = items;
} else if (item->output != NULL) {
printitem(widget, item->output);
}
Expand Down

0 comments on commit 0e3c503

Please sign in to comment.