Bump to 7ec32fe4.

dmenu: use die() to print the usage message

Ref.
https://git.suckless.org/dmenu/commit/7ec32fe4944d4f7137cf2a23366324ffe0f10a70.html
This commit is contained in:
bakkeby 2022-10-06 15:17:49 +02:00
parent 18466cd149
commit ab98c7c1a9

View File

@ -1798,7 +1798,7 @@ setup(void)
static void
usage(void)
{
fputs("usage: dmenu [-bv"
die("usage: dmenu [-bv"
#if CENTER_PATCH
"c"
#endif
@ -1888,8 +1888,7 @@ usage(void)
#if SEPARATOR_PATCH
"\n [-d separator] [-D separator]"
#endif // SEPARATOR_PATCH
"\n", stderr);
exit(1);
"\n");
}
int