Sfoglia il codice sorgente

xhints: no need to initialize sizeh

Hiltjo Posthuma 7 anni fa
parent
commit
b81888ee7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      x.c

+ 1 - 1
x.c

@@ -780,7 +780,7 @@ xhints(void)
 	XClassHint class = {opt_name ? opt_name : termname,
 	                    opt_class ? opt_class : termname};
 	XWMHints wm = {.flags = InputHint, .input = 1};
-	XSizeHints *sizeh = NULL;
+	XSizeHints *sizeh;
 
 	sizeh = XAllocSizeHints();