fix typo creating compil issue

This commit is contained in:
jean-pierre charras 2019-11-12 14:10:39 +01:00
parent de2818c113
commit f333d1b974
1 changed files with 2 additions and 2 deletions

View File

@ -715,13 +715,13 @@ void DIALOG_BOARD_STATISTICS::saveReportClicked( wxCommandEvent& aEvent )
//Write components amount to file
msg << "\n";
msg << _( "Components\n----------" << "\n";
msg << _( "Components\n----------" ) << "\n";
msg << "\n";
printGridToStringAsTable( m_gridComponents, msg, false, false, true );
msg << "\n";
msg << _( "Drill holes\n-----------" << "\n";
msg << _( "Drill holes\n-----------" ) << "\n";
msg << "\n";
printGridToStringAsTable( m_gridDrills, msg, false, true, false );