PcAtChipsetPkg/PcRtc: Fix bad EOL

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
Ruiyu Ni 2016-12-06 17:07:47 +08:00
parent e2df7a3d39
commit ea99ba10ff
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ ScanTableInSDT (
if (Table == NULL) {
continue;
}
}
if (Table->Signature == Signature) {
return Table;