diff --git a/src/tuner_e4k.c b/src/tuner_e4k.c index 1cdd908..651c626 100644 --- a/src/tuner_e4k.c +++ b/src/tuner_e4k.c @@ -187,7 +187,7 @@ static int choose_rf_filter(enum e4k_band band, uint32_t freq) freq); break; default: - rc -EINVAL; + rc = -EINVAL; break; }