Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-05 13:53:37 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-05 16:11:21 +0300
commit9c7f01b9058409838f9087fdc57fadc1a4d505a1 (patch)
tree0c9a95697403ed6cdf9b0ca7d22732367ef756b4 /source/blender/makesrna/intern/rna_image_api.c
parent6be0948e6daae2f7f4ad764cc591af51b0b03726 (diff)
Color management: Cleanup, typos
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index d6b7cabc335..e554dd650a9 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -132,7 +132,7 @@ static void rna_Image_save(Image *image, Main *bmain, bContext *C, ReportList *r
if (image->source == IMA_SRC_GENERATED)
image->source = IMA_SRC_FILE;
- IMB_colormanagment_colorspace_from_ibuf_ftype(&image->colorspace_settings, ibuf);
+ IMB_colormanagement_colorspace_from_ibuf_ftype(&image->colorspace_settings, ibuf);
ibuf->userflags &= ~IB_BITMAPDIRTY;
}