diff options
Diffstat (limited to 'src/lib/formats/mbee_cas.cpp')
-rw-r--r-- | src/lib/formats/mbee_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/mbee_cas.cpp b/src/lib/formats/mbee_cas.cpp index 5ee72c270df..f8c42602b2b 100644 --- a/src/lib/formats/mbee_cas.cpp +++ b/src/lib/formats/mbee_cas.cpp @@ -209,7 +209,7 @@ static int mbee_handle_tap(int16_t *buffer, const uint8_t *bytes) Generate samples for the tape image ********************************************************************/ -static int mbee_tap_fill_wave(int16_t *buffer, int length, const uint8_t *bytes) +static int mbee_tap_fill_wave(int16_t *buffer, int length, const uint8_t *bytes, int) { return mbee_handle_tap(buffer, bytes); } |