From 5088afea803713db842c25b6a4edd7941b5182d3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Jun 2023 09:36:16 +0200 Subject: SEL: add missing bracket --- SEL/host/app.c | 1 + 1 file changed, 1 insertion(+) (limited to 'SEL') diff --git a/SEL/host/app.c b/SEL/host/app.c index 2194c81..10e94d4 100644 --- a/SEL/host/app.c +++ b/SEL/host/app.c @@ -237,6 +237,7 @@ int main(int argc, char **argv) { input_size / timer.time[2], input_size / (timer.time[1] + timer.time[2] + timer.time[3] + timer.time[4])); printall(&timer, 4); + } } else { printf("[" ANSI_COLOR_RED "ERROR" ANSI_COLOR_RESET "] Outputs differ!\n"); } -- cgit v1.2.3