Fix a compiler warning.

0.98.2
Steven Morgan 11 years ago
parent bd60cc522f
commit b9dcb2dec0
  1. 2
      libclamav/xar.c

@ -351,7 +351,7 @@ static void * xar_hash_init(int hash, void **sc, void **mc)
}
}
static void xar_hash_update(void * hash_ctx, const void * data, unsigned long size, int hash)
static void xar_hash_update(void * hash_ctx, void * data, unsigned long size, int hash)
{
if (!hash_ctx || !data || !size)
return;

Loading…
Cancel
Save