diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2010-01-18 16:09:06 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@sun.com> | 2010-01-18 16:09:06 +0100 |
commit | eb4c085971f315ab5168522e80f8095af2778349 (patch) | |
tree | 9956c517f1ffe7b6678ff207527bb3b649afc087 /store | |
parent | 98e1ea0d79ca2db635662a3aacc6788f8a5c0df1 (diff) |
#i108349# Added missing statement (compiler warning).
Diffstat (limited to 'store')
-rw-r--r-- | store/source/storbios.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/store/source/storbios.cxx b/store/source/storbios.cxx index 9e01c0489d94..955c59f0acc8 100644 --- a/store/source/storbios.cxx +++ b/store/source/storbios.cxx @@ -1104,6 +1104,7 @@ storeError OStorePageBIOS::scanNext ( // Verify PageHead. eErrCode = aPageHead.verify (nAddr); + if (eErrCode != store_E_None) continue; // Check PageHead Magic number. |