Fixed chapter time creation bug
[videoscripts/.git] / merge_videos_by_day
index 52164d4689824615a25c3a206f81528c926e8347..b012c392bb40d090d0c9be872d0e28f140b4ce26 100755 (executable)
@@ -141,6 +141,7 @@ foreach $video (sort keys %videos) {
        print "   merging \"$srcfile\" into \"$video\"\n";
     }
 }
+print "\n";
 
 # Now actually do the merging
 foreach $video (sort keys %videos) {