From cd3c2420fb18313bccb47431724cda86fa00067e Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 27 Jan 2025 17:11:46 -0500 Subject: lib/formats: Fix build after cdb94c2be58ccbc427871890017e2213ee634079 --- src/lib/formats/uef_cas.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/formats/uef_cas.cpp') diff --git a/src/lib/formats/uef_cas.cpp b/src/lib/formats/uef_cas.cpp index 1e21f820500..9932f18721a 100644 --- a/src/lib/formats/uef_cas.cpp +++ b/src/lib/formats/uef_cas.cpp @@ -265,7 +265,8 @@ static int uef_cas_fill_wave( int16_t *buffer, int length, const uint8_t *bytes int chunk_length = get_u32le( &bytes[pos+2] ); uint32_t baud_length, j; - uint8_t i, *c; + uint8_t i; + const uint8_t *c; pos += 6; switch( chunk_type ) { case 0x0100: /* implicit start/stop bit data block */ -- cgit v1.2.3-70-g09d2