summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/mz_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/mz_cas.cpp')
-rw-r--r--src/lib/formats/mz_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/mz_cas.cpp b/src/lib/formats/mz_cas.cpp
index 57de79230be..ddc35b62663 100644
--- a/src/lib/formats/mz_cas.cpp
+++ b/src/lib/formats/mz_cas.cpp
@@ -69,7 +69,7 @@ static int fill_wave_b(int16_t *buffer, int offs, int byte)
return count;
}
-static int fill_wave(int16_t *buffer, int length, const uint8_t *code)
+static int fill_wave(int16_t *buffer, int length, const uint8_t *code, int)
{
static int16_t *beg;
static uint16_t csum = 0;