From: dooglus Date: Tue, 30 Oct 2007 15:07:26 +0000 (+0000) Subject: Typo: missing space. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1ab4695c705a7942555396575318faeb7fa3b3da;p=synfig.git Typo: missing space. git-svn-id: http://svn.voria.com/code@1055 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/valuenode_bline.cpp b/synfig-core/trunk/src/synfig/valuenode_bline.cpp index 82e5a42..8bd099a 100644 --- a/synfig-core/trunk/src/synfig/valuenode_bline.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_bline.cpp @@ -423,7 +423,7 @@ ValueNode_BLine::operator()(Time t)const // Find "end" of dynamic group - ie. search forward along // the bline from the current point until we find a point - // which is more 'on'than the current one + // which is more 'on' than the current one end_iter=iter; // for(++end_iter;begin_iter!=list.end();++end_iter) for(++end_iter;end_iter!=list.end();++end_iter)