Selaa lähdekoodia

Fixed typo introduced by shared code

master
Eric Pruitt 9 vuotta sitten
committed by Hiltjo Posthuma
vanhempi
commit
bbf7b95dc9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c Näytä tiedosto

@@ -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);


Ladataan…
Peruuta
Tallenna