Fix missing punctuation.

This commit is contained in:
Jeff Young 2020-12-21 14:52:36 +00:00
parent 0ba43ca231
commit 9bf952a695
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ int ERC_TESTER::TestLibSymbolIssues()
{
std::shared_ptr<ERC_ITEM> ercItem = ERC_ITEM::Create( ERCE_LIB_SYMBOL_ISSUES );
ercItem->SetItems( symbol );
msg.Printf( "Symbol '%s' not found in symbol library '%s'",
msg.Printf( "Symbol '%s' not found in symbol library '%s'.",
symbolName,
libName );
ercItem->SetErrorMessage( msg );