Skip to content

Commit

Permalink
Fix dummy function defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 7056136 commit 112210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filed/compression.c
Expand Up @@ -412,7 +412,7 @@ bool decompress_data(JCR *jcr, int32_t stream, char **data, uint32_t *length)
}
}
#else
void adjust_compression_buffers()
void adjust_compression_buffers(JCR *jcr)
{
}

Expand Down

0 comments on commit 112210e

Please sign in to comment.