mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
FMRadio: fixup build error
This commit is contained in:
parent
c0e70c1f68
commit
e56cc36194
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ static int64_t fm_radio_get_freqs(int fd) {
|
||||||
if (contains(tracks, ret))
|
if (contains(tracks, ret))
|
||||||
break;
|
break;
|
||||||
track = ret;
|
track = ret;
|
||||||
printf("Found Freq %ld\n", ret);
|
printf("Found Freq %lld\n", ret);
|
||||||
}
|
}
|
||||||
fm_radio_set_mute(fd, false);
|
fm_radio_set_mute(fd, false);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue