From 7feb25402226b64972127fd230f90fd1eb043171 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 17:12:59 -0500 Subject: [PATCH] Update main.c remove () --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index f17e2015..76730519 100644 --- a/main.c +++ b/main.c @@ -2311,7 +2311,7 @@ void get_tlm_fc() { // const unsigned char *CCodecAO40::encode(unsigned char *source_bytes, int byte_count) // CCodecAO40 ao40; - const unsigned char* encoded_bytes = encode((unsigned char*)source_bytes, byte_count); + const unsigned char* encoded_bytes = encode(source_bytes, byte_count); printf("\nencoded_bytes\n"); for (int i=0; i<650; i++)