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:
authorJoerg Mueller <nexyon@gmail.com>2010-02-11 11:52:22 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-02-11 11:52:22 +0300
commitd3ce198cd5669ab098d1978e279313710f39c040 (patch)
tree4a9d6b545992f2090b4bf2749518b27ed7cc09ee /source/blender
parent65d533bc7730786248e53b324cd904d44b058c57 (diff)
Padding fix by phonybone.
Diffstat (limited to 'source/blender')
-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 5b1c6d96ec0..277967297f4 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -205,7 +205,7 @@ typedef struct ThemeSpace {
char console_output[4], console_input[4], console_info[4], console_error[4]; // Console
char vertex_size, facedot_size;
- char bpad[2];
+ char bpad[6];
char syntaxl[4], syntaxn[4], syntaxb[4]; // syntax for textwindow and nodes
char syntaxv[4], syntaxc[4];