From 8b4666cb926121481905b68bf93d6e81c307e9e3 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 6 Dec 2016 21:59:33 +0000 Subject: stray newlines --- menu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index cb33530..ea5b2dd 100644 --- a/menu.c +++ b/menu.c @@ -126,7 +126,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, const char *prompt, CurrentTime) != GrabSuccess) { XUnmapWindow(X_Dpy, sc->menu.win); return(NULL); - } XGetInputFocus(X_Dpy, &focuswin, &focusrevert); @@ -667,4 +666,3 @@ menu_windraw(struct screen_ctx *sc, Window win, const char *fmt, ...) free(text); } - -- cgit 1.4.1