Remove W_NEXT use ->w_next

This commit is contained in:
Wayne Rowcliffe
2014-09-19 23:31:20 -05:00
parent 9b6f192693
commit 7aca07b0a7
3 changed files with 2 additions and 3 deletions

View File

@@ -8025,7 +8025,7 @@ makeopens (
* Remember the window number of the current window after restoring.
*/
nr = 0;
for (wp = tab_firstwin; wp != NULL; wp = W_NEXT(wp)) {
for (wp = tab_firstwin; wp != NULL; wp = wp->w_next) {
if (ses_do_win(wp))
++nr;
else