Skip to content

Commit

Permalink
fix a static vs extern function mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Aug 13, 2012
1 parent 0a53238 commit 6f43652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.im
Expand Up @@ -276,7 +276,7 @@ Perform a convert that only requires channel copies.
=cut =cut
*/ */


i_img * static i_img *
convert_via_copy(i_img *im, i_img *src, struct chan_copy *info) { convert_via_copy(i_img *im, i_img *src, struct chan_copy *info) {
#code src->bits <= i_8_bits #code src->bits <= i_8_bits
IM_COLOR *in_line = mymalloc(sizeof(IM_COLOR) * src->xsize); IM_COLOR *in_line = mymalloc(sizeof(IM_COLOR) * src->xsize);
Expand Down

0 comments on commit 6f43652

Please sign in to comment.