Default arg in implementation. Reported by Gert van Valkenhoef.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-19 14:16:01 +00:00
parent 9a6c828556
commit 285449a68f

View File

@ -436,7 +436,7 @@ get_writable_cached_block(block_cache *cache, off_t blockNumber, off_t base, off
static status_t
write_cached_block(block_cache *cache, cached_block *block, bool deleteTransaction = true)
write_cached_block(block_cache *cache, cached_block *block, bool deleteTransaction)
{
cache_transaction *previous = block->previous_transaction;
int32 blockSize = cache->block_size;