diff --git a/src/main.c b/src/main.c index a2098a1..5e16eba 100644 --- a/src/main.c +++ b/src/main.c @@ -553,10 +553,10 @@ timersPrint (const System sys) { /* only due to bounds */ eprintf ("[no attack within bounds]"); - if (cl_scan->timebound) - eprintf ("\ttime=%i", get_time_limit ()); } } + if (cl_scan->timebound) + eprintf ("\ttime=%i", get_time_limit ()); } /* states (if asked) */