Fixed typo introduced by shared code

This commit is contained in:
Eric Pruitt 2015-08-05 19:19:14 -07:00 committed by Hiltjo Posthuma
parent d6742ef8a6
commit bbf7b95dc9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ main(int argc, char *argv[]) {
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
fputs("warning: no locale support\n", stderr);
if(!(dpy = XOpenDisplay(NULL)))
die("dwm: cannot open display\n");
die("dmenu: cannot open display\n");
screen = DefaultScreen(dpy);
root = RootWindow(dpy, screen);
sw = DisplayWidth(dpy, screen);