From f51f40603727bfc034746a93f7f91b302eb9c4eb Mon Sep 17 00:00:00 2001 From: jgong5 Date: Fri, 26 Dec 2008 09:12:58 +0000 Subject: Fix OPTIONAL usage git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7139 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library/DxeUdpIoLib') diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c index d6ac652783..21af998d25 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c @@ -288,7 +288,7 @@ UDP_TX_TOKEN * UdpIoWrapTx ( IN UDP_IO_PORT *UdpIo, IN NET_BUF *Packet, - IN UDP_POINTS *EndPoint, OPTIONAL + IN UDP_POINTS *EndPoint OPTIONAL, IN IP4_ADDR Gateway, IN UDP_IO_CALLBACK CallBack, IN VOID *Context -- cgit v1.2.3