aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index befddefe99b..0045770ac55 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7937,7 +7937,7 @@ static struct image_keyword gif_format[GIF_LAST] =
7937 {":conversion", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7937 {":conversion", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7938 {":heuristic-mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7938 {":heuristic-mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7939 {":mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0}, 7939 {":mask", IMAGE_DONT_CHECK_VALUE_TYPE, 0},
7940 {":image", IMAGE_NON_NEGATIVE_INTEGER_VALUE, 0}, 7940 {":index", IMAGE_NON_NEGATIVE_INTEGER_VALUE, 0},
7941 {":background", IMAGE_STRING_OR_NIL_VALUE, 0} 7941 {":background", IMAGE_STRING_OR_NIL_VALUE, 0}
7942}; 7942};
7943 7943