summaryrefslogtreecommitdiff
path: root/gif_err.c
diff options
context:
space:
mode:
authorMatt Sarett <msarett@google.com>2015-08-21 11:23:19 -0400
committerMatt Sarett <msarett@google.com>2015-08-21 11:41:56 -0400
commite189ac98c1d4e339fd0327aae046f908e22fa1bc (patch)
tree1c334f11e06ab22e7328a63305f294d5b1ebf6a6 /gif_err.c
parentb5a8e44648685070f146ff8456d36013c502f7a1 (diff)
downloadgiflib-e189ac98c1d4e339fd0327aae046f908e22fa1bc.tar.gz
Update giflib to 5.1.1
BUG:23351000 Change-Id: I7641388fe78c5e66f4ffc178b76411dcb79f4e8a
Diffstat (limited to 'gif_err.c')
-rw-r--r--gif_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gif_err.c b/gif_err.c
index 8de72a0..3ec2a56 100644
--- a/gif_err.c
+++ b/gif_err.c
@@ -12,10 +12,10 @@ gif_err.c - handle error reporting for the GIF library.
/*****************************************************************************
Return a string description of the last GIF error
*****************************************************************************/
-char *
+const char *
GifErrorString(int ErrorCode)
{
- char *Err;
+ const char *Err;
switch (ErrorCode) {
case E_GIF_ERR_OPEN_FAILED: