I'm not sure why that return was there in the first place

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1967 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2002-11-16 22:06:03 +00:00
parent 0f2c902adb
commit 78b736e8bc

View File

@ -129,7 +129,7 @@ TGATranslator::TGATranslator()
// load settings from the TGA Translator settings file
strcpy(fName, "TGA Images");
sprintf(fInfo, "TGA image translator v%d.%d.%d %s\n",
sprintf(fInfo, "TGA image translator v%d.%d.%d %s",
TGA_TRANSLATOR_VERSION / 100, (TGA_TRANSLATOR_VERSION / 10) % 10,
TGA_TRANSLATOR_VERSION % 10, __DATE__);
}