From cb1366a8c465a91938a46c4b52cd4d04faa0e0d6 Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Tue, 17 Sep 2013 00:33:25 +0000 Subject: Remove the non-ASCII characters in the comments of StatusCodeDataTypeId Signed-off-by: Shumin Qiu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14679 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Guid/StatusCodeDataTypeId.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/Guid') diff --git a/MdePkg/Include/Guid/StatusCodeDataTypeId.h b/MdePkg/Include/Guid/StatusCodeDataTypeId.h index de028e70c2..21d6359e69 100644 --- a/MdePkg/Include/Guid/StatusCodeDataTypeId.h +++ b/MdePkg/Include/Guid/StatusCodeDataTypeId.h @@ -232,12 +232,12 @@ typedef struct { /// The requested resources in the format of an ACPI 2.0 resource descriptor. This /// parameter is not a pointer; it is the complete resource descriptor. /// - // UINT8 ReqRes[…]; + // UINT8 ReqRes[]; /// /// The allocated resources in the format of an ACPI 2.0 resource descriptor. This /// parameter is not a pointer; it is the complete resource descriptor. /// - // UINT8 AllocRes[…]; + // UINT8 AllocRes[]; } EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA; /// -- cgit v1.2.3