From 5c891386842037910f5d522c7d3ffb1792b804db Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Apr 2012 11:54:53 +0000 Subject: style cleanup: comments --- source/blender/makesdna/DNA_sequence_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_sequence_types.h') 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; -- cgit v1.2.3