utilities: Correct "End" statement to be consistent with all other applications

This commit is contained in:
Henry
2015-02-12 22:14:02 +00:00
parent 6ad58dc0aa
commit 0cf51e4217
6 changed files with 11 additions and 8 deletions

View File

@ -385,7 +385,10 @@ int main(int argc, char *argv[])
}
}
Info<< "End." << endl;
Info<< "\nEnd\n" << endl;
return 0;
}
// ************************************************************************* //