summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePcdLibNull
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 15:38:24 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-03 15:38:24 +0000
commitb52f6a1ad8029588a8b1e3b8cfd4855ee6d5a727 (patch)
treef5ebc2406840670f8dfb79b7c84e2876053d63fa /MdePkg/Library/BasePcdLibNull
parent53cf48e083930e279cbd8e12fdd923b7cbd65a9a (diff)
downloadedk2-platforms-b52f6a1ad8029588a8b1e3b8cfd4855ee6d5a727.tar.xz
Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6823 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePcdLibNull')
-rw-r--r--MdePkg/Library/BasePcdLibNull/PcdLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/PcdLib.c b/MdePkg/Library/BasePcdLibNull/PcdLib.c
index 1688034263..20031ee570 100644
--- a/MdePkg/Library/BasePcdLibNull/PcdLib.c
+++ b/MdePkg/Library/BasePcdLibNull/PcdLib.c
@@ -483,7 +483,7 @@ EFIAPI
LibPcdSetPtr (
IN UINTN TokenNumber,
IN OUT UINTN *SizeOfBuffer,
- IN VOID *Buffer
+ IN CONST VOID *Buffer
)
{
ASSERT (FALSE);