# HG changeset patch # User michael # Date 1211547832 0 # Node ID 3f389c56e9d684522dfc59e36f213acc1c22d5e3 # Parent 36646f18cd528cd533c1a2403240128f3bd639a6 indent diff -r 36646f18cd52 -r 3f389c56e9d6 utils.c --- a/utils.c Fri May 23 13:03:32 2008 +0000 +++ b/utils.c Fri May 23 13:03:52 2008 +0000 @@ -2251,7 +2251,7 @@ } if(chapter->title) av_free(chapter->title); - chapter->title = av_strdup(title); + chapter->title = av_strdup(title); chapter->id = id; chapter->start = start; chapter->end = end;