From b31e75a79a6f096f3462292fd48494035f0be0fe Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 1 Oct 2006 17:12:42 +0000 Subject: Fix prototypes that don't literally match definitions, for Irix compiler git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@77 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/curve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/pamtosvg/curve.h') diff --git a/converter/other/pamtosvg/curve.h b/converter/other/pamtosvg/curve.h index db3cc682..ee046620 100644 --- a/converter/other/pamtosvg/curve.h +++ b/converter/other/pamtosvg/curve.h @@ -83,7 +83,7 @@ append_pixel(curve_type const c, pm_pixelcoord const p); /* Like `append_pixel', for a point in real coordinates. */ -extern void append_point (curve_type c, float_coord p); +extern void append_point (curve_type const c, float_coord const p); /* Write some or all, respectively, of the curve C in human-readable form to the log file, if logging is enabled. */ -- cgit 1.4.1