From 3f054dceb4d33bf7555d559100c14de8f0d672d3 Mon Sep 17 00:00:00 2001 From: George Lu Date: Mon, 4 Jun 2018 13:38:37 -0700 Subject: [PATCH] forgot \n, ; --- tests/paramgrill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/paramgrill.c b/tests/paramgrill.c index c4b6932d0..44e3cb37b 100644 --- a/tests/paramgrill.c +++ b/tests/paramgrill.c @@ -1116,7 +1116,7 @@ int main(int argc, const char** argv) if (filenamesStart==0) { if (optimizer) { - DISPLAY("Optimizer Expects File") + DISPLAY("Optimizer Expects File\n"); return 1; } else { result = benchSample(); -- 2.47.2