From 9bb407c64341443be5935b4a92697e24da2e9088 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Fri, 6 Feb 2009 18:34:23 +0000 Subject: Fix IN OUT specifiers git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7474 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdePkg/Library/UefiDevicePathLibDevicePathProtocol') diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c index 08a0191c14..8f2488a3b2 100644 --- a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c +++ b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c @@ -250,8 +250,8 @@ IsDevicePathEndInstance ( **/ UINT16 SetDevicePathNodeLength ( - IN VOID *Node, - IN UINTN NodeLength + IN OUT VOID *Node, + IN UINTN NodeLength ) { ASSERT (Node != NULL); @@ -277,7 +277,7 @@ SetDevicePathNodeLength ( **/ VOID SetDevicePathEndNode ( - IN VOID *Node + OUT VOID *Node ) { ASSERT (Node != NULL); -- cgit v1.2.3