Updated names of README files in source comments.

This commit is contained in:
Philipp Wiesemann 2013-06-09 11:58:31 +02:00
parent f54e7cdaa8
commit ad82c94c55
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ typedef enum
/* Application events */
SDL_QUIT = 0x100, /**< User-requested quit */
/* These application events have special meaning on iOS, see README.iOS for details */
/* These application events have special meaning on iOS, see README-ios.txt for details */
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
Called on iOS in applicationWillTerminate()
Called on Android in onDestroy()