forgot \n, ;
This commit is contained in:
+1
-1
@@ -1116,7 +1116,7 @@ int main(int argc, const char** argv)
|
|||||||
|
|
||||||
if (filenamesStart==0) {
|
if (filenamesStart==0) {
|
||||||
if (optimizer) {
|
if (optimizer) {
|
||||||
DISPLAY("Optimizer Expects File")
|
DISPLAY("Optimizer Expects File\n");
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
result = benchSample();
|
result = benchSample();
|
||||||
|
|||||||
Reference in New Issue
Block a user