From 27b6d5776a6a329c1e230fb5d878b38be9953886 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Mar 2015 18:07:09 +0100 Subject: [PATCH] Cleanups --- runloop_data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runloop_data.c b/runloop_data.c index 70d42d6da2..9ea24538a6 100644 --- a/runloop_data.c +++ b/runloop_data.c @@ -342,7 +342,7 @@ static int cb_nbio_image_menu_wallpaper(void *data, size_t len) return -1; } - nbio->image.handle->buff_data = (uint8_t*)ptr; + nbio->image.handle->buff_data = (uint8_t*)ptr; nbio->image.pos_increment = (len / 2) ? (len / 2) : 1; nbio->image.processing_pos_increment = (len / 4) ? (len / 4) : 1; @@ -354,8 +354,8 @@ static int cb_nbio_image_menu_wallpaper(void *data, size_t len) nbio->image.is_blocking = false; nbio->image.is_finished = false; - nbio->is_blocking = false; - nbio->is_finished = true; + nbio->is_blocking = false; + nbio->is_finished = true; return 0; }