Coding style cleanup; rebuild CHANGELOG

This commit is contained in:
Wolfgang Denk 2007-08-14 09:47:27 +02:00
parent 53a5c424bf
commit 85eb5caf6b
5 changed files with 180 additions and 25 deletions

View file

@ -1391,7 +1391,7 @@ NetReceive(volatile uchar * inpkt, int len)
tmp = NetReadIP(&ip->ip_dst);
if (NetOurIP && tmp != NetOurIP && tmp != 0xFFFFFFFF) {
#ifdef CONFIG_MCAST_TFTP
if (Mcast_addr != tmp)
if (Mcast_addr != tmp)
#endif
return;
}