diff options
Diffstat (limited to 'src/lib/formats/gtp_cas.cpp')
-rw-r--r-- | src/lib/formats/gtp_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/gtp_cas.cpp b/src/lib/formats/gtp_cas.cpp index 4666f92b7e9..dc996aa89db 100644 --- a/src/lib/formats/gtp_cas.cpp +++ b/src/lib/formats/gtp_cas.cpp @@ -127,7 +127,7 @@ static int gtp_cas_to_wav_size( const uint8_t *casdata, int caslen ) { return size; } -static int gtp_cas_fill_wave( int16_t *buffer, int length, const uint8_t *bytes ) { +static int gtp_cas_fill_wave( int16_t *buffer, int length, const uint8_t *bytes, int ) { int i,size,n; size = 0; n = 0; |