[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.8,1.9
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jul 10 15:25:02 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv14446/libvo
Modified Files:
vo_gl.c
Log Message:
Fixed a typo and wrong varname.
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vo_gl.c 7 Jul 2001 20:53:01 -0000 1.8
+++ vo_gl.c 10 Jul 2001 13:24:59 -0000 1.9
@@ -244,7 +244,7 @@
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;
}
More information about the MPlayer-cvslog
mailing list