X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/9969a6cd8e946ea3bbcd7f4b357b0e60fc02fe43..567ed0920d13037a60c73b5a596ea45cacbeb001:/src/image.c diff --git a/src/image.c b/src/image.c index bd207e7..24dce99 100644 --- a/src/image.c +++ b/src/image.c @@ -65,7 +65,7 @@ struct lbx_image_priv { unsigned long offsets[]; }; -static struct lbx_image_priv *lbx_img_init(unsigned char hdr[static HDR_LEN]) +static struct lbx_image_priv *lbx_img_init(unsigned char *hdr) { unsigned short nframes = unpack_16_le(hdr+6); struct lbx_image_priv *img;