diff options
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 633d66e7a70..b54cd763272 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -4028,7 +4028,7 @@ xpm_make_color_table_v (void (**put_func) (Lisp_Object, const char *, int, | |||
| 4028 | { | 4028 | { |
| 4029 | *put_func = xpm_put_color_table_v; | 4029 | *put_func = xpm_put_color_table_v; |
| 4030 | *get_func = xpm_get_color_table_v; | 4030 | *get_func = xpm_get_color_table_v; |
| 4031 | return Fmake_vector (make_fixnum (256), Qnil); | 4031 | return make_nil_vector (256); |
| 4032 | } | 4032 | } |
| 4033 | 4033 | ||
| 4034 | static void | 4034 | static void |