Explorar el Código

Fixed typo introduced by shared code

master
Eric Pruitt hace 9 años
committed by Hiltjo Posthuma
padre
commit
bbf7b95dc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c Ver fichero

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


Cargando…
Cancelar
Guardar