]> git.imager.perl.org - imager.git/blobdiff - image.c
Fixed missing myfree() in bmp.c.
[imager.git] / image.c
diff --git a/image.c b/image.c
index 3a5de5a24e88fe60129f75d80afc607707f1a1f5..0478b987d4241391801115a74e66ddc8e2d6f329 100644 (file)
--- a/image.c
+++ b/image.c
@@ -26,7 +26,7 @@ color objects for Imager.
 
 Some of these functions are internal.
 
-=over 4
+=over
 
 =cut
 */
@@ -2059,6 +2059,12 @@ int free_gen_write_data(i_gen_write_data *info, int flush)
 /*
 =back
 
+=head1 AUTHOR
+
+Arnar M. Hrafnkelsson <addi@umich.edu>
+
+Tony Cook <tony@develop-help.com>
+
 =head1 SEE ALSO
 
 L<Imager>, L<gif.c>