[MPlayer-cvslog] r22308 - trunk/mplayer.c

uau subversion at mplayerhq.hu
Thu Feb 22 06:39:17 CET 2007


Author: uau
Date: Thu Feb 22 06:39:17 2007
New Revision: 22308

Modified:
   trunk/mplayer.c

Log:
Fix nonsense function type


Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	(original)
+++ trunk/mplayer.c	Thu Feb 22 06:39:17 2007
@@ -401,7 +401,7 @@
     return &mpctx->mixer;
 }
 
-void *mpctx_get_global_sub_size(MPContext *mpctx)
+int mpctx_get_global_sub_size(MPContext *mpctx)
 {
     return mpctx->global_sub_size;
 }



More information about the MPlayer-cvslog mailing list