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 | e278b64319b86f6c311adc8e8c54d8444af3f372 (patch) | |
tree | 5f6d49f6fad374447a947fd0e08f47c9e12fd527 /store | |
parent | 4d9753d29ce95c5e8f02e2adbc0ca5ad6f4d8094 (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 71bdbeb28..e919e8b70 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. |