Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
en50494: fix the previous optimization, fixes #3081
  • Loading branch information
perexg committed Sep 19, 2015
1 parent 101966c commit c9ea50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_en50494.c
Expand Up @@ -181,7 +181,7 @@ linuxdvb_en50494_freq

if (linuxdvb_en50494_freq0(le, freq, &rfreq, &t))
return -1;
return freq;
return rfreq;
}

static int
Expand Down

0 comments on commit c9ea50b

Please sign in to comment.