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 Feb 17, 2015
1 parent 5a1383e commit c8ce10e
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 c8ce10e

Please sign in to comment.