]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbx.c
Don't use [static n] in function prototypes.
[liblbx.git] / src / lbx.c
index f96344d2ce7cfc717796531f244d789414973021..17c68b15b63a75c7158aace0adfb325f2f9d2781 100644 (file)
--- a/src/lbx.c
+++ b/src/lbx.c
@@ -51,7 +51,7 @@ struct lbx_file_state {
        int eof;
 };
 
-static struct lbx_priv *lbx_init(unsigned char hdr[static LBX_HDR_SIZE])
+static struct lbx_priv *lbx_init(unsigned char *hdr)
 {
        unsigned short nfiles  = unpack_16_le(hdr+0);
        unsigned long  magic   = unpack_32_le(hdr+2);