diff options
Diffstat (limited to 'src/lib/formats/camplynx_cas.cpp')
-rw-r--r-- | src/lib/formats/camplynx_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/camplynx_cas.cpp b/src/lib/formats/camplynx_cas.cpp index 3805b2753d4..545814b954f 100644 --- a/src/lib/formats/camplynx_cas.cpp +++ b/src/lib/formats/camplynx_cas.cpp @@ -179,7 +179,7 @@ static int camplynx_handle_cassette(int16_t *buffer, const uint8_t *bytes) Generate samples for the tape image ********************************************************************/ -static int camplynx_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes) +static int camplynx_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes, int) { return camplynx_handle_cassette(buffer, bytes); } |