From 3134dd8a606c0586ca02361ef60693a75e022efc Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 3 Dec 2020 12:20:14 +0000 Subject: [PATCH] Removed incorrect pointer declaration, tnx to Rud, K5RUD --- lib/wsprd/wsprd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wsprd/wsprd.c b/lib/wsprd/wsprd.c index 2e3b385da..522b7097f 100644 --- a/lib/wsprd/wsprd.c +++ b/lib/wsprd/wsprd.c @@ -71,7 +71,7 @@ unsigned long readc2file(char *ptr_to_infile, float *idat, float *qdat, float *buffer; double dfreq; int i,ntrmin; - char *c2file[15]; + char c2file[15]; size_t nr; FILE* fp;