summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq.c b/apps/eq.c
index 6e3e1e2126..8fb065aa09 100644
--- a/apps/eq.c
+++ b/apps/eq.c
@@ -102,7 +102,7 @@ static const unsigned long atan_table[] = {
102 * representing -1 and 1 respectively. 102 * representing -1 and 1 respectively.
103 */ 103 */
104long fsincos(unsigned long phase, long *cos) { 104long fsincos(unsigned long phase, long *cos) {
105 long x, x1, y, y1; 105 int32_t x, x1, y, y1;
106 unsigned long z, z1; 106 unsigned long z, z1;
107 int i; 107 int i;
108 108