From 424ece55a3701445721b362368a308785db70b56 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 21 Mar 2025 15:10:44 +0100 Subject: [PATCH] oh --- src/fm95.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fm95.c b/src/fm95.c index 36c54ec..9ff3a2f 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -120,8 +120,8 @@ void show_help(char *name) { int main(int argc, char **argv) { show_version(); - pa_simple *mpx_device = NULL - pa_simple *rds_device = NULL + pa_simple *mpx_device = NULL; + pa_simple *rds_device = NULL; pa_simple *rds2_device = NULL; pa_simple *sca_device = NULL;