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:
authorMartin Poirier <theeth@yahoo.com>2010-02-15 06:29:51 +0300
committerMartin Poirier <theeth@yahoo.com>2010-02-15 06:29:51 +0300
commit1f3faf059110508a76e2f52c2c01019ccb4ac4d7 (patch)
tree404c143a5b79d9ea1f73b92f02884decb6afae92 /source/blender/makesdna
parent10ddcb04914e00c14bd4b52da1c043158707ef61 (diff)
Fix compile error on 64bit (padding error in inline struct)
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 7f1056b29da..436b52c9b8d 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -206,7 +206,7 @@ typedef struct ThemeSpace {
char console_cursor[4];
char vertex_size, facedot_size;
- char bpad[6];
+ char bpad[2];
char syntaxl[4], syntaxn[4], syntaxb[4]; // syntax for textwindow and nodes
char syntaxv[4], syntaxc[4];