]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Make the argument type match the function expected parameter type to avoid...
authorQiu Shumin <shumin.qiu@intel.com>
Wed, 24 Sep 2014 05:06:59 +0000 (05:06 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 24 Sep 2014 05:06:59 +0000 (05:06 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16163 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c

index 33c247093814884e7c342e8793c89040d5bb664e..47ec2b5fa6613a8ef652eb1c4ce21e659e9a3b34 100644 (file)
@@ -770,7 +770,7 @@ BcfgAddOpt(
   CHAR16          *Data;\r
   UINT32          KeyIndex;\r
   CHAR16          VariableName[12];\r
-  UINT8           *VariableData;\r
+  VOID            *VariableData;\r
 \r
   SHELL_FILE_HANDLE FileHandle;\r
 \r