summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePcdLibNull
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 07:07:12 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 07:07:12 +0000
commit64735d2414da5ce4f6eb82f3a51e98a96267da52 (patch)
tree49f2a41c7e8d1b9798ea0d4972ab5a8096ccae19 /MdePkg/Library/BasePcdLibNull
parente934a7413b97ba9eb472becbc915d386172f521f (diff)
downloadedk2-64735d2414da5ce4f6eb82f3a51e98a96267da52.tar.gz
edk2-64735d2414da5ce4f6eb82f3a51e98a96267da52.tar.bz2
edk2-64735d2414da5ce4f6eb82f3a51e98a96267da52.zip
synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add the commit for Macro in the PcdLib.h reference to the Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6664 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePcdLibNull')
-rw-r--r--MdePkg/Library/BasePcdLibNull/PcdLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/PcdLib.c b/MdePkg/Library/BasePcdLibNull/PcdLib.c
index 669af6484a..37a151d25c 100644
--- a/MdePkg/Library/BasePcdLibNull/PcdLib.c
+++ b/MdePkg/Library/BasePcdLibNull/PcdLib.c
@@ -481,9 +481,9 @@ LibPcdSet64 (
VOID *
EFIAPI
LibPcdSetPtr (
- IN UINTN TokenNumber,
- IN OUT UINTN *SizeOfBuffer,
- IN VOID *Buffer
+ IN UINTN TokenNumber,
+ IN OUT UINTN *SizeOfBuffer,
+ IN VOID *Buffer
)
{
ASSERT (FALSE);