From fae39d6c10fc585b767aed36b6181b248e93d4e3 Mon Sep 17 00:00:00 2001 From: dezeroex Date: Tue, 12 Apr 2005 23:16:42 +0000 Subject: [PATCH] Minor but confusing comment fix. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@695 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/framework/mlt_geometry.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/framework/mlt_geometry.c b/src/framework/mlt_geometry.c index 8dc3611..4e894fc 100644 --- a/src/framework/mlt_geometry.c +++ b/src/framework/mlt_geometry.c @@ -1,5 +1,5 @@ /* - * mlt_geometry.h -- provides the geometry API + * mlt_geometry.c -- provides the geometry API * Copyright (C) 2004-2005 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -281,7 +281,7 @@ void mlt_geometry_set_length( mlt_geometry this, int length ) // Get the local/private structure geometry self = this->local; - // return the length + // set the length self->length = length; } -- 1.7.4.4