X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FSockets%2FGetNetByAddr%2FGetNetByAddr.c;h=ce07ceaa534e84b1b038857c49156dba84c9f6f8;hp=51d8c6d1014d99cdd49b36a0a4953a4c4bcbd126;hb=59bc059327dd519619fa437c0d7c941e090cd8a3;hpb=a88c31639bb24c73383a4528a5b77066e805148b diff --git a/AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c b/AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c index 51d8c6d101..ce07ceaa53 100644 --- a/AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c +++ b/AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c @@ -53,10 +53,10 @@ main ( &RemoteAddress[1], &RemoteAddress[2], &RemoteAddress[3])) - || ( 255 < RemoteAddress [0]) - || ( 255 < RemoteAddress [1]) - || ( 255 < RemoteAddress [2]) - || ( 255 < RemoteAddress [3])) { + || ( 255 < RemoteAddress[0]) + || ( 255 < RemoteAddress[1]) + || ( 255 < RemoteAddress[2]) + || ( 255 < RemoteAddress[3])) { Print ( L"%a \r\n", Argv[0]); } else {