summaryrefslogtreecommitdiff
path: root/usr.bin/mg/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/window.c')
-rw-r--r--usr.bin/mg/window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/window.c b/usr.bin/mg/window.c
index 6969bc0a1b6..a4b63a35dab 100644
--- a/usr.bin/mg/window.c
+++ b/usr.bin/mg/window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window.c,v 1.8 2002/02/08 21:21:11 deraadt Exp $ */
+/* $OpenBSD: window.c,v 1.9 2002/02/14 14:24:21 deraadt Exp $ */
/*
* Window handling.
@@ -409,8 +409,8 @@ wpopup()
{
MGWIN *wp;
- if (wheadp->w_wndp == NULL
- && splitwind(FFRAND, 0) == FALSE)
+ if (wheadp->w_wndp == NULL &&
+ splitwind(FFRAND, 0) == FALSE)
return NULL;
/* find a window to use */