Skip to content

Commit

Permalink
Fix build on Mac OS X
Browse files Browse the repository at this point in the history
Fixes #952
  • Loading branch information
colinleroy committed Jan 11, 2024
1 parent 08d0369 commit 17ba0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camlibs/quicktake1x0/qtk-helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ int qtk_ppm_size(int width, int height) {
return len;
}

unsigned char getbithuff (int nbits, unsigned char **raw, ushort *huff)
unsigned char getbithuff (int nbits, unsigned char **raw, unsigned short *huff)
{
static unsigned bitbuf = 0;
static int vbits = 0;
Expand Down

0 comments on commit 17ba0f0

Please sign in to comment.