cabinet: Constify a variable.

oldstable
Andrew Talbot 2009-05-25 22:41:49 +01:00 committed by Alexandre Julliard
parent c642481305
commit 9ca199a87d
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@ static int fdi_decomp(const struct fdi_file *fi, int savemode, fdi_decomp_state
return DECR_OK;
}
static void free_decompression_temps(HFDI hfdi, struct fdi_folder *fol,
static void free_decompression_temps(HFDI hfdi, const struct fdi_folder *fol,
fdi_decomp_state *decomp_state)
{
switch (fol->comp_type & cffoldCOMPTYPE_MASK) {