From 8dc2fd062ff436e19e57ec78ce737fe1a47b9cdd Mon Sep 17 00:00:00 2001 From: drmocm Date: Sat, 16 Sep 2023 15:08:24 +0200 Subject: [PATCH] stuff --- apps/modtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/modtest.c b/apps/modtest.c index 6282ff9..9eb96f2 100644 --- a/apps/modtest.c +++ b/apps/modtest.c @@ -952,7 +952,7 @@ int mci_set_channels(int fd, uint32_t freq, uint8_t nchan, uint8_t standard, break; } - fprintf(stderr,"Setting DVBT Modulator channels to %d HZ, %d channels, %s\n", + fprintf(stderr,"Setting DVB Modulator channels to %d HZ, %d channels, %s\n", freq, nchan, stand); return mci_cmd(fd,&msg_channels);