FMRadio: fixup build error

This commit is contained in:
Gabriel2392 2022-07-30 11:05:45 -03:00
commit e56cc36194

View file

@ -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;