]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Sockets/GetNetByAddr/GetNetByAddr.c
Update the sockets applications
[mirror_edk2.git] / AppPkg / Applications / Sockets / GetNetByAddr / GetNetByAddr.c
index 51d8c6d1014d99cdd49b36a0a4953a4c4bcbd126..ce07ceaa534e84b1b038857c49156dba84c9f6f8 100644 (file)
@@ -53,10 +53,10 @@ main (
                        &RemoteAddress[1],\r
                        &RemoteAddress[2],\r
                        &RemoteAddress[3]))\r
-    || ( 255 < RemoteAddress [0])\r
-    || ( 255 < RemoteAddress [1])\r
-    || ( 255 < RemoteAddress [2])\r
-    || ( 255 < RemoteAddress [3])) {\r
+    || ( 255 < RemoteAddress[0])\r
+    || ( 255 < RemoteAddress[1])\r
+    || ( 255 < RemoteAddress[2])\r
+    || ( 255 < RemoteAddress[3])) {\r
     Print ( L"%a  <IPv4 Address>\r\n", Argv[0]);\r
   }\r
   else {\r