mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@93239 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
583 B
Diff
12 lines
583 B
Diff
--- lib/gif_lib.h.orig 2012-05-06 15:55:48.000000000 -0500
|
|
+++ lib/gif_lib.h 2012-05-17 22:40:50.000000000 -0500
|
|
@@ -216,7 +216,7 @@
|
|
|
|
extern ColorMapObject *MakeMapObject(int ColorCount,
|
|
const GifColorType * ColorMap);
|
|
-extern void FreeMapObject(ColorMapObject * Object);
|
|
+extern void FreeMapObject(ColorMapObject *ColorMapObject);
|
|
extern ColorMapObject *UnionColorMap(const ColorMapObject * ColorIn1,
|
|
const ColorMapObject * ColorIn2,
|
|
GifPixelType ColorTransIn2[]);
|