]> git.proxmox.com Git - libgit2.git/blobdiff - src/mwindow.c
Update test suite
[libgit2.git] / src / mwindow.c
index fa55490216d091edac40057f55d365c9801d904b..b59c4d2f75f5fe2a1d043bb9f12fe35b2767a506 100644 (file)
@@ -218,9 +218,8 @@ unsigned char *git_mwindow_open(
 
                for (w = mwf->windows; w; w = w->next) {
                        if (git_mwindow_contains(w, offset) &&
-                           git_mwindow_contains(w, offset + extra))
+                               git_mwindow_contains(w, offset + extra))
                                break;
-                       }
                }
 
                /*