mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
Removed extra line break on mIFF compiler
This commit is contained in:
@@ -327,7 +327,8 @@ EXP (e|E)(\+|-)?
|
||||
if (0 == count_brace())
|
||||
{
|
||||
if (!initialCompile && !globalErrorFlag) {
|
||||
sprintf(myString, "mIFF (SUCCESS): compiled \"%s\"\n", inFileName);
|
||||
char myString[256];
|
||||
sprintf(myString, "mIFF (SUCCESS): compiled \"%s\"", inFileName);
|
||||
MIFFMessage(myString, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user