]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/HiiDataBase: Fix incorrect local variable type
authorDandan Bi <dandan.bi@intel.com>
Mon, 26 Sep 2016 06:25:33 +0000 (14:25 +0800)
committerStar Zeng <star.zeng@intel.com>
Sat, 8 Oct 2016 02:19:46 +0000 (10:19 +0800)
commit0cdde071136b442606ae264227d67b3d65272e70
treec19e3e079b3ffda0757307a47e98ad71e513fc8e
parent9381ad8701275b802c6f6c9d5629a084afa93ddc
MdeModulePkg/HiiDataBase: Fix incorrect local variable type

The type of variable "SmallestIdFromFlag" should be BOOLEAN,
this patch fix the incorrect type.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c