X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=d43920b61f2acd06e22af7da369044f6a9c69903;hb=1c03d229073e56dda9e5856db5adaae51576a3bb;hp=058b4c8e71dda92850e993b228d975cca98f19cf;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index 058b4c8..d43920b 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -358,7 +358,7 @@ SaveGameListAsText (FILE *f) /* Copy the list into the global memory block */ if( f != NULL ) { - + lg = (ListGame *) gameList.head; for (nItem = 0; nItem < ((ListGame *) gameList.tailPred)->number; nItem++){ @@ -375,4 +375,3 @@ SaveGameListAsText (FILE *f) } return False; } -