Fix a typo.

This commit is contained in:
Andreas Huber
2009-08-27 14:05:07 -07:00
parent e18d4d0115
commit 3986afef0c

View File

@@ -272,7 +272,7 @@ status_t SampleTable::getChunkOffset(uint32_t chunk_index, off_t *offset) {
*offset = ntohl(offset32);
} else {
CHECK_EQ(mChunkOffsetOffset, kChunkOffsetType64);
CHECK_EQ(mChunkOffsetType, kChunkOffsetType64);
uint64_t offset64;
if (mDataSource->read_at(