mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55: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))
|
||||
break;
|
||||
track = ret;
|
||||
printf("Found Freq %ld\n", ret);
|
||||
printf("Found Freq %lld\n", ret);
|
||||
}
|
||||
fm_radio_set_mute(fd, false);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Reference in a new issue