]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/HandleParsingLib: Fix build failure due to missing semicolon
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 11 Jan 2017 05:14:40 +0000 (13:14 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 11 Jan 2017 05:14:40 +0000 (13:14 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c

index b4cd1b3bee553b1ec93f27144fda5f1e1e4a82b0..c368d8cb21d1bdd65a557bcd20cc982135708c30 100644 (file)
@@ -3099,7 +3099,7 @@ GetAllMappingGuids (
   )\r
 {\r
   UINTN GuidCount;\r
   )\r
 {\r
   UINTN GuidCount;\r
-  UINTN NtGuidCount\r
+  UINTN NtGuidCount;\r
   UINTN Index;\r
 \r
   if (Count == NULL) {\r
   UINTN Index;\r
 \r
   if (Count == NULL) {\r