Coding style fix.

This commit is contained in:
jean-pierre charras 2023-02-05 19:39:53 +01:00
parent 3ecd6ec186
commit 92724ff09f
1 changed files with 2 additions and 2 deletions

View File

@ -398,9 +398,9 @@ int SCH_EDITOR_CONTROL::ExportSymbolsToLibrary( const TOOL_EVENT& aEvent )
if( !mgr.CreateLibrary( fn.GetFullPath(), libTable ) )
{
DisplayError( m_frame, wxString::Format( _( "Could not add library '%s'." ),
DisplayError( m_frame, wxString::Format( _( "Could not add library '%s'." ),
targetLib ) );
return 0;
return 0;
}
}
else