Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions DcpmPkg/cli/NvmDimmCli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,8 +1027,7 @@ EFI_STATUS showHelp(struct Command *pCmd)
else {
// if Printer is not setup then may need to do special handling for ESX
if ((pPrinterCtx == NULL) &&
(pCmd != NULL) &&
(pCmd->options != NULL)) {
(pCmd != NULL)) {
for (Index = 0; Index < MAX_OPTIONS; Index++) {

if ((StrICmp(pCmd->options[Index].OptionName, OUTPUT_OPTION) == 0) ||
Expand Down