X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FSample%2FPlatform%2FGeneric%2FRuntimeDxe%2FStatusCode%2FLib%2FInclude%2FRtPlatformStatusCodeLib.h;fp=EdkCompatibilityPkg%2FSample%2FPlatform%2FGeneric%2FRuntimeDxe%2FStatusCode%2FLib%2FInclude%2FRtPlatformStatusCodeLib.h;h=6c94d83e81958c094380688e5020cc29348e154a;hp=22f02b763a9e5145aee31cf9c35bdb9383beb29a;hb=e00e1d46940a267d6fbe92be4ed2e547b4e946dc;hpb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f diff --git a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/RtPlatformStatusCodeLib.h b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/RtPlatformStatusCodeLib.h index 22f02b763a..6c94d83e81 100644 --- a/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/RtPlatformStatusCodeLib.h +++ b/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/RtPlatformStatusCodeLib.h @@ -36,8 +36,7 @@ EFIAPI RtPlatformInitializeStatusCode ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable - ) -; + ); // // Status code reporting function @@ -50,7 +49,6 @@ RtPlatformReportStatusCode ( IN UINT32 Instance, IN EFI_GUID * CallerId, IN EFI_STATUS_CODE_DATA * Data OPTIONAL - ) -; + ); #endif