summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/phc25_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/phc25_cas.cpp')
-rw-r--r--src/lib/formats/phc25_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/phc25_cas.cpp b/src/lib/formats/phc25_cas.cpp
index c3949014056..e6dab7e88e1 100644
--- a/src/lib/formats/phc25_cas.cpp
+++ b/src/lib/formats/phc25_cas.cpp
@@ -129,7 +129,7 @@ static int phc25_handle_cassette(int16_t *buffer, const uint8_t *bytes)
Generate samples for the tape image
********************************************************************/
-static int phc25_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes)
+static int phc25_cassette_fill_wave(int16_t *buffer, int length, const uint8_t *bytes, int)
{
return phc25_handle_cassette(buffer, bytes);
}