summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/a26_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/a26_cas.cpp')
-rw-r--r--src/lib/formats/a26_cas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/a26_cas.cpp b/src/lib/formats/a26_cas.cpp
index e5fff3a572a..c609f922348 100644
--- a/src/lib/formats/a26_cas.cpp
+++ b/src/lib/formats/a26_cas.cpp
@@ -120,7 +120,7 @@ static int a26_cas_do_work( int16_t **buffer, const uint8_t *bytes ) {
return size;
}
-static int a26_cas_fill_wave( int16_t *buffer, int length, const uint8_t *bytes ) {
+static int a26_cas_fill_wave( int16_t *buffer, int length, const uint8_t *bytes, int ) {
int16_t *p = buffer;
return a26_cas_do_work( &p, (const uint8_t *)bytes );