From 5945a09d6d035c7efcdf99f89aa3af51c46f84b2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Feb 2018 01:44:08 +0000 Subject: [PATCH] Correct misplaced right bracket --- graphics/ft80x/ft80x_coproc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/ft80x/ft80x_coproc.c b/graphics/ft80x/ft80x_coproc.c index cddde35ea..840931d84 100644 --- a/graphics/ft80x/ft80x_coproc.c +++ b/graphics/ft80x/ft80x_coproc.c @@ -118,11 +118,11 @@ int ft80x_coproc_waitlogo(int fd) return OK; } - - /* Wait for a half a second */ - - (void)usleep(500 * 1000 * 1000); } + + /* Wait for a half a second */ + + (void)usleep(500 * 1000 * 1000); } ft80x_err("ERROR: Timed out! Last head/tail = %u/%u\n", head, tail);