From: Tony Cook Date: Mon, 22 May 2006 03:24:49 +0000 (+0000) Subject: fix documentation nit X-Git-Tag: Imager-0.51_01~12 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/743e98e41c4fff3e395e7b0e3b8f833a3d697b8a fix documentation nit --- diff --git a/tags.c b/tags.c index 1892933f..2579f26b 100644 --- a/tags.c +++ b/tags.c @@ -409,7 +409,7 @@ int i_tags_set_float2(i_img_tags *tags, char const *name, int code, Retrieve a tag specified by name or code as an integer. -On success sets the i_color *I to the color and returns true. +On success sets the int *I to the integer and returns true. On failure returns false.