Commit 3caca699 authored by Marco Serantoni's avatar Marco Serantoni

typo fixed

parent f6265fd2
......@@ -1193,7 +1193,7 @@ NETINFO_ITEM* BOARD::FindNet( int aNetcode ) const
#if defined(DEBUG)
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",
aNetcode, net->GetNet(), CONV_TO_UTF8( net->GetNetname() ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment