changeset 22290:24abe3182dfe

Fix nonsense function type
author uau
date Thu, 22 Feb 2007 05:39:17 +0000
parents 780caed72ac7
children 5191a9a9f636
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Feb 22 00:18:10 2007 +0000
+++ b/mplayer.c	Thu Feb 22 05:39:17 2007 +0000
@@ -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;
 }