make sure #endif comment matches the macro name
This commit is contained in:
committed by
Sam Lantinga
parent
4a4ae4a79d
commit
a5889b0e44
@@ -1135,7 +1135,7 @@ SDL_IOStream *SDL_IOFromFile(const char *file, const char *mode)
|
||||
|
||||
#else
|
||||
SDL_SetError("SDL not compiled with stdio support");
|
||||
#endif // !HAVE_STDIO_H
|
||||
#endif // SDL_PLATFORM_ANDROID
|
||||
|
||||
return iostr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user