diff options
Diffstat (limited to 'chrome/installer/util/lzma_util.cc')
-rw-r--r-- | chrome/installer/util/lzma_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc index 5208e12..de5f824 100644 --- a/chrome/installer/util/lzma_util.cc +++ b/chrome/installer/util/lzma_util.cc @@ -48,7 +48,7 @@ SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) { value.LowPart = SetFilePointer(s->File, value.LowPart, &value.HighPart, FILE_BEGIN); if (value.LowPart == 0xFFFFFFFF) { - if(GetLastError() != NO_ERROR) { + if (GetLastError() != NO_ERROR) { return SZE_FAIL; } } |