mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix misplaced continue statement
This commit is contained in:
parent
3a7aa7b660
commit
eed7222bc3
@ -537,8 +537,9 @@ bool FOOTPRINT::Deserialize( const google::protobuf::Any &aContainer )
|
||||
wxLogTrace( traceApi, wxString::Format( wxS( "Attempting to unpack unknown type %s "
|
||||
"from footprint message, skipping" ),
|
||||
itemMsg.type_url() ) );
|
||||
continue;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
std::unique_ptr<BOARD_ITEM> item = CreateItemForType( *type, this );
|
||||
|
Loading…
x
Reference in New Issue
Block a user