aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_fm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtl_fm.c')
-rw-r--r--src/rtl_fm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl_fm.c b/src/rtl_fm.c
index d2d011a..b163979 100644
--- a/src/rtl_fm.c
+++ b/src/rtl_fm.c
@@ -503,7 +503,7 @@ int polar_disc_lut(int ar, int aj, int br, int bj)
if (x_abs >= atan_lut_size) {
/* we can use linear range, but it is not necessary */
- return (cj > 0) ? 1<<13 : -1<<13;
+ return (cj > 0) ? 1<<13 : -(1<<13);
}
if (x > 0) {