]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Slit/SlitParser.c
ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / Parsers / Slit / SlitParser.c
index c38666d2b7f6839f6b860b5931f7c4d66d422d36..6496a3d624ce9a83a29f3751adc88b8ee80123a8 100644 (file)
@@ -119,7 +119,7 @@ ParseAcpiSlit (
         IncrementErrorCount ();\r
         Print (\r
           L"ERROR: Diagonal Element[0x%lx][0x%lx] (%3d)."\r
-            " Normalized Value is not 10\n",\r
+            L" Normalized Value is not 10\n",\r
           Count,\r
           Index,\r
           SLIT_ELEMENT (LocalityPtr, Count, Index)\r
@@ -131,7 +131,7 @@ ParseAcpiSlit (
         IncrementErrorCount ();\r
         Print (\r
           L"ERROR: Relative distances for Element[0x%lx][0x%lx] (%3d) and \n"\r
-           "Element[0x%lx][0x%lx] (%3d) do not match.\n",\r
+           L"Element[0x%lx][0x%lx] (%3d) do not match.\n",\r
           Count,\r
           Index,\r
           SLIT_ELEMENT (LocalityPtr, Count, Index),\r