Cleanup.
This commit is contained in:
parent
0915eb2209
commit
4c6e54b3ea
|
@ -2866,8 +2866,7 @@ PCB_DIMENSION_BASE* PCB_PARSER::parseDIMENSION( BOARD_ITEM* aParent, bool aInFP
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
wxFAIL_MSG( wxT( "Cannot parse unknown dim type %s" ) +
|
wxFAIL_MSG( wxT( "Cannot parse unknown dim type %s" ) + GetTokenString( CurTok() ) );
|
||||||
GetTokenString( CurTok() ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NeedRIGHT();
|
NeedRIGHT();
|
||||||
|
|
Loading…
Reference in New Issue