From dc6a72386cf52dd310b5e765cfff595eac2ed596 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 20 Nov 2009 10:32:45 +0000 Subject: sub_fribidi should be static, it is not used outside subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29937 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subreader.c') diff --git a/subreader.c b/subreader.c index 7617cf3239..e93f2ac428 100644 --- a/subreader.c +++ b/subreader.c @@ -1148,7 +1148,7 @@ subtitle* subcp_recode (subtitle *sub) #endif #ifdef CONFIG_FRIBIDI -subtitle* sub_fribidi (subtitle *sub, int sub_utf8) +static subtitle* sub_fribidi (subtitle *sub, int sub_utf8) { FriBidiChar logical[LINE_LEN+1], visual[LINE_LEN+1]; // Hopefully these two won't smash the stack char *ip = NULL, *op = NULL; -- cgit v1.2.3