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

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