diff utils.c @ 3327:87e48733847c libavformat

vertical align
author michael
date Fri, 23 May 2008 13:04:12 +0000
parents 3f389c56e9d6
children b228cfb5a4f5
line wrap: on
line diff
--- a/utils.c	Fri May 23 13:03:52 2008 +0000
+++ b/utils.c	Fri May 23 13:04:12 2008 +0000
@@ -2254,7 +2254,7 @@
     chapter->title = av_strdup(title);
     chapter->id    = id;
     chapter->start = start;
-    chapter->end = end;
+    chapter->end   = end;
 
     return 0;
 }