[Sawfish] [PATCH 2/3] fix no-return in non-void function

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


From: Togan Muftuoglu <toganm@xxxxxxxxxxxx>


Signed-off-by: Togan Muftuoglu <toganm@xxxxxxxxxxxx>
---
 src/windows.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows.c b/src/windows.c
index 85272b0..f543b5a 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -1546,7 +1546,7 @@ Release the grab from windows
 	XTestFakeKeyEvent (dpy, escape, True, CurrentTime);
 	XTestFakeKeyEvent (dpy, escape, False, CurrentTime);
 	XFlush (dpy);
-
+	return Qt;
 }
 
 
-- 
1.7.7


-- 
Sawfish ML


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/