Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 22, 2014
1 parent dda6b85 commit b09f481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/stored/autoxflate-sd.c
Expand Up @@ -452,9 +452,9 @@ static bool setup_auto_inflation(DCR *dcr)
jcr->compress.inflate_buffer = realloc_pool_memory(jcr->compress.inflate_buffer, decompress_buf_size);
jcr->compress.inflate_buffer_size = decompress_buf_size;
}
} else {
return false;
}
} else {
return false;
}

return true;
Expand Down

0 comments on commit b09f481

Please sign in to comment.