From 1b915e419e1454b8d568fa3b9c97e83fc5a95965 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 16 Feb 2009 02:00:29 +0000 Subject: Replace double semicolon by single semicolon. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28611 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream.h | 2 +- stream/stream_dvdnav.c | 2 +- stream/tvi_dshow.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'stream') diff --git a/stream/stream.h b/stream/stream.h index 686288071f..484c6a2232 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -224,7 +224,7 @@ inline static int stream_read(stream_t *s,char* mem,int total){ inline static unsigned char* stream_read_line(stream_t *s,unsigned char* mem, int max) { int len; - unsigned char* end,*ptr = mem;; + unsigned char* end,*ptr = mem; do { len = s->buf_len-s->buf_pos; // try to fill the buffer diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index 403016b372..85d86713c2 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -733,7 +733,7 @@ int mp_dvdnav_aid_from_lang(stream_t *stream, unsigned char *language) { dvdnav_priv_t * priv = stream->priv; int k; uint8_t lg; - uint16_t lang, lcode;; + uint16_t lang, lcode; while(language && strlen(language)>=2) { lcode = (language[0] << 8) | (language[1]); diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c index e06f4dc346..4a524852cd 100644 --- a/stream/tvi_dshow.c +++ b/stream/tvi_dshow.c @@ -3312,7 +3312,7 @@ static int control(priv_t * priv, int cmd, void *arg) if (!priv->chains[1]->arpmt[0]) return TVI_CONTROL_FALSE; - samplerate = *(int *) arg;; + samplerate = *(int *) arg; for (i = 0; priv->chains[1]->arpmt[i]; i++) if (check_audio_format -- cgit v1.2.3