From afe9970d48f7ac4000df80f35b4de2722636d79a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Mar 2013 14:42:05 +0000 Subject: style cleanup --- source/blender/editors/space_clip/clip_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_clip') 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; -- cgit v1.2.3