Skip to content

Commit

Permalink
Corrigindo o retorno do image_cvt_color
Browse files Browse the repository at this point in the history
  • Loading branch information
anderflash committed Sep 13, 2015
1 parent 059caac commit 199c75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,6 @@ void image_write_jpg(Array* array, const char* filename){
fclose(outfile);
jpeg_destroy_compress(&cinfo);
}
void image_cvt_color(Array* array, ColorType origin, ColorType destiny){
Array* image_cvt_color(Array* array, ColorType origin, ColorType destiny){
return array;
}

0 comments on commit 199c75e

Please sign in to comment.