mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-10 09:52:26 -04: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;
|
float *buffer;
|
||||||
double dfreq;
|
double dfreq;
|
||||||
int i,ntrmin;
|
int i,ntrmin;
|
||||||
char *c2file[15];
|
char c2file[15];
|
||||||
size_t nr;
|
size_t nr;
|
||||||
FILE* fp;
|
FILE* fp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user