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-12-15 08:44:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-15 08:44:10 +0400
commit865b547b4426fa353aa9e1473b66c3af0d53ea4d (patch)
tree3a107536da0503afdd23ba4c69f9e6c92b29752e /source/blender/windowmanager/intern/wm_operators.c
parentcc32540c48ebf53a66b2f0df6ff8d0ca23dc4785 (diff)
add checks to style checker script for 'a . b' and 'a []'
also use BLI_findindex for modifiers_indexInObject
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index bb957cfcb3c..469845ec2bc 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1430,7 +1430,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
int i;
MenuType *mt = WM_menutype_find("USERPREF_MT_splash", TRUE);
char url[96];
- char file [FILE_MAX];
+ char file[FILE_MAX];
#ifndef WITH_HEADLESS
extern char datatoc_splash_png[];