Skip to content

Commit

Permalink
make clang happy. Again
Browse files Browse the repository at this point in the history
  • Loading branch information
alextutubalin committed Jan 19, 2017
1 parent 8d5c27e commit 6d4b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/libraw_x3f.cpp
Expand Up @@ -1401,7 +1401,7 @@ static void huffman_decode_row(x3f_info_t *I,
x3f_image_data_t *ID = &DEH->data_subsection.image_data;
x3f_huffman_t *HUF = ID->huffman;

int16_t c[3] = {offset,offset,offset};
int16_t c[3] = {(int16_t)offset,(int16_t)offset,(int16_t)offset};
int col;
bit_state_t BS;

Expand Down

0 comments on commit 6d4b3ea

Please sign in to comment.