mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Removed incorrect pointer declaration, tnx to Rud, K5RUD
This commit is contained in:
parent
5b10479cb4
commit
3134dd8a60
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user