Commit 808b2227 authored by Anton Khirnov's avatar Anton Khirnov

ansi: remove an extra return

parent c3a76c3d
...@@ -370,7 +370,6 @@ static int decode_frame(AVCodecContext *avctx, ...@@ -370,7 +370,6 @@ static int decode_frame(AVCodecContext *avctx,
} else { } else {
s->state = STATE_NORMAL; s->state = STATE_NORMAL;
draw_char(avctx, 0x1B); draw_char(avctx, 0x1B);
return -1;
continue; continue;
} }
break; break;
......
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