Fix compile error

This commit is contained in:
Antony Riakiotakis
2012-06-29 11:15:02 +00:00
parent 5d9f3c5d18
commit af63f9ec21

View File

@@ -178,7 +178,7 @@ static void rna_Image_update(Image *image, ReportList *reports)
IMB_rect_from_float(ibuf);
}
static void rna_Image_scale(Image *image, int width, int height, , ReportList *reports)
static void rna_Image_scale(Image *image, ReportList *reports, int width, int height)
{
if (!BKE_image_scale(image, width, height)) {
BKE_reportf(reports, RPT_ERROR, "Image \"%s\" does not have any image data", image->id.name + 2);