diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 09:36:16 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2023-06-05 09:36:16 +0200 |
commit | 5088afea803713db842c25b6a4edd7941b5182d3 (patch) | |
tree | b2f29dd2b7b062982f71a6a83347c08596870e9e /SEL | |
parent | 39d1c972dcea37beca6e20be152a3da78143a7d3 (diff) |
SEL: add missing bracket
Diffstat (limited to 'SEL')
-rw-r--r-- | SEL/host/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |