Fix a typo in the display string of MEMMAP_DEVICE_PATH.The precision flag is useless. 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3894 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c b/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c
index 70ad40e..c544c77 100644
--- a/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c
+++ b/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c
@@ -252,7 +252,7 @@
   MemMap = DevPath;

   CatPrint (

     Str,

-    L"MemMap(%d:%.lx-%.lx)",

+    L"MemMap(%d:%lx-%lx)",

     MemMap->MemoryType,

     MemMap->StartingAddress,

     MemMap->EndingAddress