diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-10 13:24:59 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-07-10 13:24:59 +0000 |
commit | 6e0c3925d7b268150d2fafac18a0fea8a0a2e21a (patch) | |
tree | 29fcb72788a937244b330d4822f7c65d890986e5 /libvo/vo_gl.c | |
parent | cdae8067cdec8fe0db01be7dbaa86a868edb3894 (diff) | |
download | mpv-6e0c3925d7b268150d2fafac18a0fea8a0a2e21a.tar.bz2 mpv-6e0c3925d7b268150d2fafac18a0fea8a0a2e21a.tar.xz |
Fixed a typo and wrong varname.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r-- | libvo/vo_gl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 718a7f351b..10c334d1fd 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -244,7 +244,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3 if (myximage->byte_order != LSBFirst) #endif { - printf("[gl] no support fon non-native XImage byte order!\n"); + printf("[gl] no support for non-native XImage byte order!\n"); return -1; } |