fix typo in commit f16239d

This commit is contained in:
jean-pierre charras 2021-07-22 20:45:22 +02:00
parent f16239d326
commit 7869ac7e67
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ BOARD* PCB_TEST_FRAME_BASE::LoadAndDisplayBoard( const std::string& filename )
} }
catch( const IO_ERROR& ioe ) catch( const IO_ERROR& ioe )
{ {
wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem().c_str() ); wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem() );
return nullptr; return nullptr;
} }