diff options
-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"); } |