diff options
Diffstat (limited to '')
-rw-r--r-- | src/compress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compress.h b/src/compress.h index 42638f788..c0cee7821 100644 --- a/src/compress.h +++ b/src/compress.h @@ -38,7 +38,7 @@ void CompressCfg(int monitor, int target, int maxgain, int smooth, - int buckets); + unsigned buckets); void CompressDo(void *data, unsigned int numSamples); |