FreeCalypso > hg > gsm-codec-lib
diff libgsmhr1/dtx_rxfe.c @ 578:7756b23b78cd
libgsmhr1 avgGsHistQntz: make the history table argument const
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Feb 2025 03:08:35 +0000 |
parents | d68b2c92464a |
children |
line wrap: on
line diff
--- a/libgsmhr1/dtx_rxfe.c Thu Feb 13 03:06:11 2025 +0000 +++ b/libgsmhr1/dtx_rxfe.c Thu Feb 13 03:08:35 2025 +0000 @@ -95,7 +95,7 @@ * *************************************************************************/ -void avgGsHistQntz(Longword pL_GsHistory[], Longword *pL_GsAvgd) +void avgGsHistQntz(const Longword pL_GsHistory[], Longword *pL_GsAvgd) { /*_________________________________________________________________________