Fixes a few non C89 compliant comments

This commit is contained in:
Gabriel Jacobo 2013-08-20 19:49:24 -03:00
parent 4aff1bfc47
commit 25c9f2cd30
3 changed files with 63 additions and 62 deletions

View file

@ -1761,7 +1761,7 @@ SDL_MaximizeWindow(SDL_Window * window)
return;
}
// !!! FIXME: should this check if the window is resizable?
/* !!! FIXME: should this check if the window is resizable? */
if (_this->MaximizeWindow) {
_this->MaximizeWindow(_this, window);