diff options
Diffstat (limited to 'DuetPkg/EfiLdr/Debug.h')
-rw-r--r-- | DuetPkg/EfiLdr/Debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/EfiLdr/Debug.h b/DuetPkg/EfiLdr/Debug.h index 9939109e91..ea091774ca 100644 --- a/DuetPkg/EfiLdr/Debug.h +++ b/DuetPkg/EfiLdr/Debug.h @@ -38,7 +38,7 @@ PrintValue64 ( VOID
PrintString (
- UINT8 *String
+ CHAR8 *String
);
VOID
|