Commit 839e30e1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove stray semicolon.

parent 2573910c
......@@ -239,7 +239,7 @@ static int Create( vlc_object_t *p_this )
{
case 0: /* QCIF */
p_sys->i_width = 176;
p_sys->i_height = 144;;
p_sys->i_height = 144;
break;
case 1: /* CIF */
p_sys->i_width = 352;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment