summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:14:25 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:14:25 +0000
commitfaded2ccdbdc7c3e2c90368edc74576d75efd944 (patch)
tree5235a17bb0d3d0e9228a431392f7b71ac5b0c78d /spudec.c
parent45ff92c257e966b986ea63561118360d4fe0458b (diff)
downloadmpv-faded2ccdbdc7c3e2c90368edc74576d75efd944.tar.bz2
mpv-faded2ccdbdc7c3e2c90368edc74576d75efd944.tar.xz
fixes warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3726 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.c b/spudec.c
index 9ee31bab54..a128a6e40b 100644
--- a/spudec.c
+++ b/spudec.c
@@ -252,6 +252,7 @@ static void spudec_process_control(spudec_handle_t *this)
}
}
next_control:
+ ;
}
}