Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Nov 30, 2014
1 parent 83de6a1 commit 1e1ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converters/img2sixel.c
Expand Up @@ -460,7 +460,7 @@ print_palette(sixel_dither_t *dither)
int i;

palette = sixel_dither_get_palette(dither);
fprintf(stderr, "palette colors: %d\n");
fprintf(stderr, "palette:\n");
for (i = 0; i < sixel_dither_get_num_of_palette_colors(dither); ++i) {
fprintf(stderr, "%d: #%02x%02x%02x\n", i,
palette[i * 3 + 1],
Expand Down

0 comments on commit 1e1ae81

Please sign in to comment.