X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FDxe%2FEfiDriverLib%2FHandle.c;h=b6484731e92e30c1054ca3d15e5219dc37bba976;hp=837c1491ee36b17a015988758bee41c35942e20f;hb=3bbe68a3627e7c75474955352f27b923c5831ad7;hpb=b96b676f111cb9d417575aeece3444a7dbd1d048 diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c index 837c1491ee..b6484731e9 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c @@ -1,7 +1,7 @@ /*++ -Copyright (c) 2004, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -71,6 +71,7 @@ Returns: AnInterface = NULL; VA_START (args, Interface); ProtocolFirst = VA_ARG (args, EFI_GUID *); + VA_END (args); // // Get list of all handles that support the first protocol. @@ -146,6 +147,8 @@ Returns: ); } + VA_END (args); + goto lbl_out; } @@ -163,6 +166,7 @@ Returns: } } + VA_END (args); } //