From b33d2b737173d79bc90d1c99c81f37ef5cb606b0 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Mon, 11 Aug 2014 22:53:03 +0200 Subject: [PATCH] Updated README name in header. --- include/SDL_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 21ef3b9565ac2..f5136424e18f6 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -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.txt for details */ + /* These application events have special meaning on iOS, see README-ios.md for details */ SDL_APP_TERMINATING, /**< The application is being terminated by the OS Called on iOS in applicationWillTerminate() Called on Android in onDestroy()