]> git.tuebingen.mpg.de Git - paraslash.git/commit
filter.c: Constify dummy variable.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 27 May 2025 19:19:30 +0000 (21:19 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 28 May 2025 17:23:40 +0000 (19:23 +0200)
commit842de7d07a58a12c95fd4b6ce9bb29b3e8f8f588
tree75ac7f4d99c4d51865bf2bc2cff4cecf0bb19186
parente9ff6448bf9cf076d86a39be9c4c1e29caa17347
filter.c: Constify dummy variable.

It needs to be non-static, but it may be const because the amp filter
only reads the values of this array.
amp_filter.c
filter.c