From 04f0382f7f28e6456f23b150b60ce2b9fe7f0d98 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 28 Jun 2017 22:04:00 +0000 Subject: Add pnm_parsecolorn git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3007 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libppmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libppmd.c') diff --git a/lib/libppmd.c b/lib/libppmd.c index 02c34015..a94ff107 100644 --- a/lib/libppmd.c +++ b/lib/libppmd.c @@ -850,7 +850,7 @@ ppmd_spline4p(pixel ** const pixels, /*---------------------------------------------------------------------------- Draw a cubic spline from 'endPt0' to 'endPt1', using 'ctlPt0' and 'ctlPt1' as control points in the classic way: a line through - 'endPt0' and 'ctlPt0' is tangent to the curve at 'entPt0' and the + 'endPt0' and 'ctlPt0' is tangent to the curve at 'endPt0' and the length of that line controls "enthusiasm," whatever that is. Same for 'endPt1' and 'ctlPt1'. -----------------------------------------------------------------------------*/ -- cgit 1.4.1