X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_structure.c;h=2604f1dcc0db45201025241e8e11a3122db6475f;hb=53a4e301b98d6945e64648e6f0d1d9b823c9bc7d;hp=2b16caa125e84c291f733dd34aa71450fc9ab07f;hpb=068e4a7976da51565ed0ba5cffd2bd1867a30d55;p=freeglut diff --git a/freeglut-1.3/freeglut_structure.c b/freeglut-1.3/freeglut_structure.c index 2b16caa..2604f1d 100644 --- a/freeglut-1.3/freeglut_structure.c +++ b/freeglut-1.3/freeglut_structure.c @@ -234,9 +234,9 @@ static void fghRemoveMenuFromWindow( SFG_Window* window, SFG_Menu* menu ) * Call this function for all of the window's children recursively: */ for( subWindow = window->Children.First; subWindow; - subWindow = subWindow->Node.Next); + subWindow = subWindow->Node.Next) { - fghRemoveMenuFromWindow(subWindow, menu ); + fghRemoveMenuFromWindow( subWindow, menu ); } }