From 0c2958e384d5c5493216285e9b30ed6ed26849ba Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 19 May 2016 00:16:30 +0200 Subject: [PATCH] (task_image.c) Style nit --- tasks/task_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_image.c b/tasks/task_image.c index e489ce8903..5919213a1d 100644 --- a/tasks/task_image.c +++ b/tasks/task_image.c @@ -237,7 +237,7 @@ static int cb_nbio_generic(nbio_handle_t *nbio, size_t *len) image->size = *len; image->pos_increment = (*len / 2) ? (*len / 2) : 1; - image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1; + image->processing_pos_increment = (*len / 4) ? (*len / 4) : 1; if (!image_transfer_start(image->handle, nbio->image_type)) goto error;