]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix OPTIONAL usage
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Dec 2008 09:12:58 +0000 (09:12 +0000)
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 26 Dec 2008 09:12:58 +0000 (09:12 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7139 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c

index d6ac65278378e2039a19558640c36fea0fda14e5..21af998d25449a456c42c39c67e8aa4ef237fc20 100644 (file)
@@ -288,7 +288,7 @@ UDP_TX_TOKEN *
 UdpIoWrapTx (\r
   IN UDP_IO_PORT            *UdpIo,\r
   IN NET_BUF                *Packet,\r
-  IN UDP_POINTS             *EndPoint, OPTIONAL\r
+  IN UDP_POINTS             *EndPoint  OPTIONAL,\r
   IN IP4_ADDR               Gateway,\r
   IN UDP_IO_CALLBACK        CallBack,\r
   IN VOID                   *Context\r