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>2012-04-03 02:26:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-03 02:26:00 +0400
commit3c1b5b56324377816063975bd5d245f9d321a59a (patch)
tree809b28d4be2dc096b7631837856876c0fe710604 /source/blender/editors/space_image
parent2ff9b5a7f57450ab0fd1d354c2d18fa10486f699 (diff)
stule cleanup: edits for files which were recently cleaned up.
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 55130406e7a..3c1c8ac9941 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -603,7 +603,7 @@ static void image_refresh(const bContext *C, ScrArea *UNUSED(sa))
if (efa) {
Image *node_ima;
- ED_object_get_active_image(obedit, efa->mat_nr+1, &node_ima, NULL, NULL);
+ ED_object_get_active_image(obedit, efa->mat_nr + 1, &node_ima, NULL, NULL);
if (node_ima)
sima->image = node_ima;