diff options
author | 2025-01-27 17:11:46 -0500 | |
---|---|---|
committer | 2025-01-27 17:11:46 -0500 | |
commit | cd3c2420fb18313bccb47431724cda86fa00067e (patch) | |
tree | 6681d32e835304fdf51c6036532be5970063c697 /src/lib/formats/vt_cas.cpp | |
parent | cdb94c2be58ccbc427871890017e2213ee634079 (diff) |
lib/formats: Fix build after cdb94c2be58ccbc427871890017e2213ee634079
Diffstat (limited to 'src/lib/formats/vt_cas.cpp')
-rw-r--r-- | src/lib/formats/vt_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/vt_cas.cpp b/src/lib/formats/vt_cas.cpp index dea3a23320a..74a0bbada1e 100644 --- a/src/lib/formats/vt_cas.cpp +++ b/src/lib/formats/vt_cas.cpp @@ -8,7 +8,7 @@ #define SILENCE 8000 -static int generic_fill_wave(int16_t *buffer, int length, uint8_t *code, int bitsamples, int bytesamples, int lo, int16_t *(*fill_wave_byte)(int16_t *buffer, int byte)) +static int generic_fill_wave(int16_t *buffer, int length, const uint8_t *code, int bitsamples, int bytesamples, int lo, int16_t *(*fill_wave_byte)(int16_t *buffer, int byte)) { static int nullbyte; |