This commit is contained in:
Jeff Young 2021-12-26 17:30:14 +00:00
parent 0915eb2209
commit 4c6e54b3ea
1 changed files with 1 additions and 2 deletions

View File

@ -2866,8 +2866,7 @@ PCB_DIMENSION_BASE* PCB_PARSER::parseDIMENSION( BOARD_ITEM* aParent, bool aInFP
break;
default:
wxFAIL_MSG( wxT( "Cannot parse unknown dim type %s" ) +
GetTokenString( CurTok() ) );
wxFAIL_MSG( wxT( "Cannot parse unknown dim type %s" ) + GetTokenString( CurTok() ) );
}
NeedRIGHT();