Update dxf.cpp with missing new line character

This commit is contained in:
dominik-devops
2024-08-23 08:40:54 +02:00
committed by Yorik van Havre
parent 36096754c7
commit 5e69c41306

View File

@@ -2118,7 +2118,7 @@ bool CDxfRead::ReadText()
// NOLINTEND(cppcoreguidelines-avoid-magic-numbers, readability-magic-numbers)
}
else {
ImportError("Unable to process encoding for TEXT/MTEXT '%s'", textPrefix);
ImportError("Unable to process encoding for TEXT/MTEXT '%s'\n", textPrefix);
}
repeat_last_record();
return true;