summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-08-12 01:59:21 +0000
committereddyg <[email protected]>2008-08-12 01:59:21 +0000
commit19ba9bd7fe82e9d2e6d8363fed5abf5c5206b08c (patch)
treedf94c519ca695168b3719f717cec8b13260668e4 /libhb/scan.c
parenta075d4eb871d68f1ae1a7d9c202e1c3d8b6e8f57 (diff)
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
Diffstat (limited to 'libhb/scan.c')
-rw-r--r--libhb/scan.c6
1 files 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;