typo fixed

This commit is contained in:
Marco Serantoni 2010-12-29 23:44:45 +01:00
parent f6265fd272
commit 3caca699cc
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ NETINFO_ITEM* BOARD::FindNet( int aNetcode ) const
#if defined(DEBUG) #if defined(DEBUG)
if( net ) // item can be NULL if anetcode is not valid if( net ) // item can be NULL if anetcode is not valid
{ {
if( anetcode != net->GetNet() ) if( aNetcode != net->GetNet() )
{ {
printf( "FindNet() anetcode %d != GetNet() %d (net: %s)\n", printf( "FindNet() anetcode %d != GetNet() %d (net: %s)\n",
aNetcode, net->GetNet(), CONV_TO_UTF8( net->GetNetname() ) ); aNetcode, net->GetNet(), CONV_TO_UTF8( net->GetNetname() ) );