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>2021-09-06 13:33:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-06 13:34:00 +0300
commit4d0497bea44d10668a160d0f3882c6f11e7af587 (patch)
tree17be30a4985baec63f9e086860ad05c58b767503 /source/blender/makesdna
parent4f0ec3cea5732e5b06122519538488e104c7ff00 (diff)
Cleanup: format, spelling
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index b519a6014f0..1cb561ddd9f 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -927,7 +927,7 @@ typedef struct UserDef {
char _pad10[2];
char file_preview_type; /* eUserpref_File_Preview_Type */
- char statusbar_flag; /* eUserpref_StatusBar_Flag */
+ char statusbar_flag; /* eUserpref_StatusBar_Flag */
struct WalkNavigation walk_navigation;