diff options
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 98cae3214ec..1c90476e35d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2575,7 +2575,7 @@ change_window_height (delta, widthflag) | |||
| 2575 | /* Look at one sibling at a time, | 2575 | /* Look at one sibling at a time, |
| 2576 | moving away from this window in both directions alternately, | 2576 | moving away from this window in both directions alternately, |
| 2577 | and take as much as we can get without deleting that sibling. */ | 2577 | and take as much as we can get without deleting that sibling. */ |
| 2578 | while (delta > 0) | 2578 | while (delta != 0) |
| 2579 | { | 2579 | { |
| 2580 | if (delta == 0) | 2580 | if (delta == 0) |
| 2581 | break; | 2581 | break; |