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>2014-01-20 18:19:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-21 05:05:27 +0400
commit37242e6b0b1897b3d265a25684eacccfec36ffd0 (patch)
tree802e6f1cc5ac9c8baabeb88ad60374b2f5713553 /source/blender/editors/space_image
parent5ece1594ca725b58960756cbe1ebd2b1123584b6 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/image_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index b4d98b0d829..c7a89811573 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -972,7 +972,7 @@ static void image_sequence_get_frames(PointerRNA *ptr, ListBase *frames, char *p
/* still in the same sequence */
if ((STREQLEN(base_head, head, FILE_MAX)) &&
- (STREQLEN(base_tail, tail, FILE_MAX)))
+ (STREQLEN(base_tail, tail, FILE_MAX)))
{
BLI_addtail(frames, frame);
}