Removed unneccessary newline

This commit is contained in:
mathusummut
2018-10-06 17:51:49 +02:00
parent e12f168a01
commit da9b378bde

View File

@@ -5905,8 +5905,8 @@ namespace
if (haveSpecialOutputCommandLineOption == false ||
hasCommandArgument(argc, argv,
GAME_ARGS[GAME_ARG_VERSION]) == true) {
// printf("\nCompiled using: %s on: %s platform: %s endianness: %s",getCompilerNameString().c_str(),getCompileDateTime().c_str(),getPlatformNameString().c_str(),(::Shared::PlatformByteOrder::isBigEndian() == true ? "big" : "little"));
printf("\nCompiled using: %s platform: %s endianness: %s",
// printf("Compiled using: %s on: %s platform: %s endianness: %s",getCompilerNameString().c_str(),getCompileDateTime().c_str(),getPlatformNameString().c_str(),(::Shared::PlatformByteOrder::isBigEndian() == true ? "big" : "little"));
printf("Compiled using: %s platform: %s endianness: %s",
getCompilerNameString().c_str(),
getPlatformNameString().c_str(),
(::Shared::PlatformByteOrder::isBigEndian() ==