summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index a0e1c4c54..d6e93ca5f 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -2724,7 +2724,8 @@ void RelocateAllWindows(int neww, int newh)
} else {
if (top < 0) top = 0;
}
- } break;
+ break;
+ }
}
if (w->viewport != NULL) {