Fix missing punctuation.
This commit is contained in:
parent
0ba43ca231
commit
9bf952a695
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue