Skip to content

Commit

Permalink
einfo: fix vewend applet args
Browse files Browse the repository at this point in the history
Fix typo preventing the args for the vewend applet from being handled.
  • Loading branch information
xxc3nsoredxx authored and vapier committed May 14, 2023
1 parent edf5f83 commit fe37fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/einfo/einfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char **argv)
if (strcmp(applet, "eend") == 0 ||
strcmp(applet, "ewend") == 0 ||
strcmp(applet, "veend") == 0 ||
strcmp(applet, "vweend") == 0 ||
strcmp(applet, "vewend") == 0 ||
strcmp(applet, "ewaitfile") == 0)
{
errno = 0;
Expand Down

0 comments on commit fe37fc9

Please sign in to comment.