From 19ba9bd7fe82e9d2e6d8363fed5abf5c5206b08c Mon Sep 17 00:00:00 2001 From: eddyg Date: Tue, 12 Aug 2008 01:59:21 +0000 Subject: [PATCH] Sorry - just fix the indentation in 1626 that Xcode stuffed up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1627 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/scan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libhb/scan.c b/libhb/scan.c index de4d565d6..eea1c3f0b 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -497,9 +497,9 @@ static int DecodePreviews( hb_scan_t * data, hb_title_t * title ) if( !vid_decoder->info( vid_decoder, &vid_info ) ) { /* - * Could not fill vid_info, don't continue and try to use vid_info - * in this case. - */ + * Could not fill vid_info, don't continue and try to use vid_info + * in this case. + */ vid_decoder->close( vid_decoder ); free( vid_decoder ); continue; -- 2.40.0