add checks to style checker script for 'a . b' and 'a []'

also use BLI_findindex for modifiers_indexInObject
This commit is contained in:
2012-12-15 04:44:10 +00:00
parent cc32540c48
commit 865b547b44
6 changed files with 7 additions and 12 deletions

View File

@@ -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[];