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:
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 7aa37b547f4..3168e5b765a 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -91,9 +91,9 @@ typedef struct Strip {
struct Strip *next, *prev;
int us, done;
int startstill, endstill;
- StripElem *stripdata; /* only used as an array in IMAGE sequences(!),
- and as a 1-element array in MOVIE sequences,
- NULL for all other strip-types */
+ StripElem *stripdata; /* only used as an array in IMAGE sequences(!),
+ * and as a 1-element array in MOVIE sequences,
+ * NULL for all other strip-types */
char dir[768];
StripProxy *proxy;
StripCrop *crop;