diff options
author | Diego Biurrun | 2011-12-12 21:21:24 +0100 |
---|---|---|
committer | Diego Biurrun | 2012-01-11 13:48:30 +0100 |
commit | 5ea20630b4cc96a6538a6a11b08698debe3a303a (patch) | |
tree | 93e0937c6203247d2ddcf84be9188c82ae4e19b8 /avplay.c | |
parent | cf53a2127b4e5a34d1f839cea22bb0b3f0c55704 (diff) |
Fix a bunch of platform name and other typos.
Diffstat (limited to 'avplay.c')
-rw-r--r-- | avplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |