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:
authorCampbell Barton <ideasman42@gmail.com>2015-03-14 04:10:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-14 04:10:09 +0300
commit3824e0f1243798fc580f18c7948a5fc473baa58c (patch)
tree7fe79e511970312338d887d6fcb357da0e29ea81 /source/blender/makesrna/intern/rna_image_api.c
parent6e174205488b28381fdb5e8dbcff2a0a61b5ea6c (diff)
Cleanup: style
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 5fc65ea385c..357490924f2 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -72,7 +72,7 @@ static void rna_Image_save_render(Image *image, bContext *C, ReportList *reports
}
if (scene) {
- ImageUser iuser = {0};
+ ImageUser iuser = {NULL};
void *lock;
iuser.scene = scene;