Fix a typo.

This commit is contained in:
jean-pierre charras 2015-03-04 21:08:57 +01:00
parent d13912c26a
commit 6a016742c9
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ MODULE* GPCB_FPL_CACHE::parseMODULE( LINE_READER* aLineReader ) throw( IO_ERROR,
wxPoint padPos( parseInt( parameters[2], conv_unit ),
parseInt( parameters[3], conv_unit ) );
int padSize = padSize = parseInt( parameters[4], conv_unit );
int padSize = parseInt( parameters[4], conv_unit );
pad->SetSize( wxSize( padSize, padSize ) );