summaryrefslogtreecommitdiffstats
path: root/gui/wm/ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wm/ws.h')
-rw-r--r--gui/wm/ws.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/wm/ws.h b/gui/wm/ws.h
index 9c6a566ea5..90b18894b7 100644
--- a/gui/wm/ws.h
+++ b/gui/wm/ws.h
@@ -257,5 +257,4 @@ extern void wsScreenSaverOff( Display * mDisplay );
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( (X) > (tX) )&&( (Y) > (tY) )&&( (X) < (bX) )&&( (Y) < (bY) ) )
-#endif
-
+#endif /* GUI_WS_H */