X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurve_helper.cpp;h=b066d9d27963b17bd3842678d6b931511b8acbee;hb=3dc1abe34989fbb41dfdf6d8ac2a8a0085b7454f;hp=8cf0062ef0b10ee7bc5ab067215e02aa145a6a80;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curve_helper.cpp b/synfig-core/trunk/src/synfig/curve_helper.cpp index 8cf0062..b066d9d 100644 --- a/synfig-core/trunk/src/synfig/curve_helper.cpp +++ b/synfig-core/trunk/src/synfig/curve_helper.cpp @@ -2,7 +2,7 @@ /*! \file curve_helper.cpp ** \brief Curve Helper File ** -** $Id: curve_helper.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -108,7 +108,7 @@ void BezHull::Bound(const etl::bezier &b) { #if 1 - //with a starting vertex, find the only vertex that has all other vertices on it's right + //with a starting vertex, find the only vertex that has all other vertices on its right int i,j; int first,cur,last;