From 4decf418a1f1bd0be76734f656c2f4d63f2fe204 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 16 May 2011 15:49:02 +0100 Subject: Remove an excess "{". --- src/video_out/video_out_directfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c index 47ba056ae..d9968151c 100644 --- a/src/video_out/video_out_directfb.c +++ b/src/video_out/video_out_directfb.c @@ -707,7 +707,7 @@ static void directfb_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen || (frame->vo_frame.crop_left != this->sc.crop_left) || (frame->vo_frame.crop_right != this->sc.crop_right) || (frame->vo_frame.crop_top != this->sc.crop_top) - || (frame->vo_frame.crop_bottom != this->sc.crop_bottom) ) { + || (frame->vo_frame.crop_bottom != this->sc.crop_bottom) ) { lprintf ("forcing redraw.\n"); this->sc.force_redraw = 1; -- cgit v1.2.3