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 Feb 17, 2015
1 parent 9711f79 commit 9e52d23
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 9e52d23

Please sign in to comment.