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>2013-03-16 18:42:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-16 18:42:05 +0400
commitafe9970d48f7ac4000df80f35b4de2722636d79a (patch)
tree7489d777153d6a7be7f936c07977f9be53849843 /source/blender/editors/space_clip
parent7ec47aa8642e67b46cd3d0f19360433222d9ee47 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_ops.c b/source/blender/editors/space_clip/clip_ops.c
index a38673daeb9..914eb9526a8 100644
--- a/source/blender/editors/space_clip/clip_ops.c
+++ b/source/blender/editors/space_clip/clip_ops.c
@@ -1134,7 +1134,7 @@ static void *do_proxy_thread(void *data_v)
static void do_sequence_proxy(void *pjv, int *build_sizes, int build_count,
int *build_undistort_sizes, int build_undistort_count,
- short *stop, short *do_update, float *progress)
+ short *stop, short *do_update, float *progress)
{
ProxyJob *pj = pjv;
MovieClip *clip = pj->clip;