From 8c2af3c0c142eaa46440373a22304d822fd0c311 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 9 Jun 2014 16:41:20 +0100 Subject: [PATCH] punctuation --- libvips/conversion/sequential.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/conversion/sequential.c b/libvips/conversion/sequential.c index 140f0bd0..87ae4c8a 100644 --- a/libvips/conversion/sequential.c +++ b/libvips/conversion/sequential.c @@ -172,7 +172,7 @@ vips_sequential_generate( VipsRegion *or, #ifdef HAVE_COND_INIT gint64 time; - time = g_get_monotonic_time () + + time = g_get_monotonic_time() + STALL_TIME * G_TIME_SPAN_SECOND; #else GTimeVal time;