Skip to content

Commit

Permalink
ShellPkg/drivers: Fix GCC build failure
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
  • Loading branch information
niruiyu committed Aug 11, 2017
1 parent 76c6f69 commit f8daac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShellPkg/Library/UefiShellDriver1CommandsLib/Drivers.c
Expand Up @@ -216,7 +216,7 @@ GetImageNameFromHandle (
Status = gBS->HandleProtocol (
LoadedImage->DeviceHandle,
&gEfiFirmwareVolume2ProtocolGuid,
&Fv2
(VOID **)&Fv2
);
if (!EFI_ERROR (Status)) {
Status = Fv2->ReadSection (
Expand Down

0 comments on commit f8daac8

Please sign in to comment.