diff --git a/src/rx/rx_user.c b/src/rx/rx_user.c index e54e15d731..2cc9c2d14a 100644 --- a/src/rx/rx_user.c +++ b/src/rx/rx_user.c @@ -609,7 +609,7 @@ rx_GetIFInfo(void) fudge_netmask(rxi_NetAddrs[rxi_numNetAddrs]); #ifdef SIOCGIFNETMASK res = ioctl(s, SIOCGIFNETMASK, ifr); - if ((res == 0)) { + if (res == 0) { a = (struct sockaddr_in *)&ifr->ifr_addr; myNetMasks[rxi_numNetAddrs] = ntohl(a->sin_addr.s_addr); /* fprintf(stderr, "if %s subnetmask=0x%x\n",