diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-16 15:49:02 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2011-05-16 15:49:02 +0100 |
commit | 4decf418a1f1bd0be76734f656c2f4d63f2fe204 (patch) | |
tree | 5c95879633ddac5b097d1050be1b1cd261492ff4 /src | |
parent | 48a9464eb6f0ec4fe1cadef792e041e67ccb4156 (diff) | |
download | xine-lib-4decf418a1f1bd0be76734f656c2f4d63f2fe204.tar.gz xine-lib-4decf418a1f1bd0be76734f656c2f4d63f2fe204.tar.bz2 |
Remove an excess "{".
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_directfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |