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
This commit is contained in:
qhuang8 2007-09-19 08:04:22 +00:00
parent f9d52626ad
commit 2807acc305
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ DevPathMemMap (
MemMap = DevPath;
CatPrint (
Str,
L"MemMap(%d:%.lx-%.lx)",
L"MemMap(%d:%lx-%lx)",
MemMap->MemoryType,
MemMap->StartingAddress,
MemMap->EndingAddress