summaryrefslogtreecommitdiffstats
path: root/gif_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gif_lib.h')
-rw-r--r--gif_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gif_lib.h b/gif_lib.h
index 54acd91..f0cf858 100644
--- a/gif_lib.h
+++ b/gif_lib.h
@@ -312,7 +312,7 @@ extern unsigned char AsciiTable[][GIF_FONT_WIDTH];
#ifdef _WIN32
extern void DrawGifText(SavedImage * Image,
#else
- extern void DrawText(SavedImage * Image,
+ extern void DrawGifText(SavedImage * Image,
#endif
const int x, const int y,
const char *legend, const int color);