Skip to content

Commit

Permalink
Fixed compiler warning about returning a value in a void function.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jan 21, 2017
1 parent 5e78bc6 commit 800a9e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/SDL_video.c
Expand Up @@ -2912,8 +2912,6 @@ SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor)
*major = 2;
*minor = 0;
}
#else
return SDL_FALSE;
#endif
}

Expand Down

0 comments on commit 800a9e8

Please sign in to comment.