Removed incorrect pointer declaration, tnx to Rud, K5RUD

This commit is contained in:
Bill Somerville
2020-12-03 12:20:14 +00:00
parent 5b10479cb4
commit 3134dd8a60
+1 -1
View File
@@ -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;