From 5ea20630b4cc96a6538a6a11b08698debe3a303a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 12 Dec 2011 21:21:24 +0100 Subject: Fix a bunch of platform name and other typos. --- avplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avplay.c') diff --git a/avplay.c b/avplay.c index 3bbb7ef1a2..4d212344d9 100644 --- a/avplay.c +++ b/avplay.c @@ -2692,7 +2692,7 @@ static void toggle_full_screen(void) { is_full_screen = !is_full_screen; #if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14) - /* OSX needs to empty the picture_queue */ + /* OS X needs to empty the picture_queue */ for (int i = 0; i < VIDEO_PICTURE_QUEUE_SIZE; i++) { cur_stream->pictq[i].reallocate = 1; } -- cgit v1.2.3