From a814f0ebcdaaeae2f061f10a02fe94d9bbeeab86 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Fri, 14 Jul 2006 06:26:31 +0000 Subject: removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19079 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vobsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vobsub.c') diff --git a/vobsub.c b/vobsub.c index 2e3383534f..24653278c6 100644 --- a/vobsub.c +++ b/vobsub.c @@ -1071,7 +1071,7 @@ vobsub_open(const char *const name,const char *const ifo,const int force,void** vob->spu_streams_current = 0; vob->delay = 0; vob->forced_subs=0; - buf = malloc((strlen(name) + 5)); + buf = malloc(strlen(name) + 5); if (buf) { rar_stream_t *fd; mpeg_t *mpg; -- cgit v1.2.3