changeset 3324:56b8145afb23 libavformat

indent
author michael
date Fri, 23 May 2008 13:03:04 +0000
parents 4bf98e198eec
children 36646f18cd52
files utils.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Fri May 23 13:02:27 2008 +0000
+++ b/utils.c	Fri May 23 13:03:04 2008 +0000
@@ -2245,8 +2245,8 @@
 
     if(!chapter){
         chapter= av_mallocz(sizeof(AVChapter));
-    if(!chapter)
-        return AVERROR(ENOMEM);
+        if(!chapter)
+            return AVERROR(ENOMEM);
         dynarray_add(&s->chapters, &s->num_chapters, chapter);
     }
     if(chapter->title)