]> git.draconx.ca Git - liblbx.git/commit
Don't use [static n] in function prototypes.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 02:56:14 +0000 (22:56 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 02:56:14 +0000 (22:56 -0400)
commit567ed0920d13037a60c73b5a596ea45cacbeb001
treefe3358c37eb886a2ef7ed3b4d09a4d34100dc7ad
parent9969a6cd8e946ea3bbcd7f4b357b0e60fc02fe43
Don't use [static n] in function prototypes.

This modern C feature is mostly useless and introduces compatibility
problems for no good reason.
src/image.c
src/lbx.c
src/lbximg.c