chg: removed warning of uninitilised

This commit is contained in:
iceman1001 2018-02-15 23:47:16 +01:00
parent 9e1e9af794
commit 41540ae1c1

View file

@ -770,7 +770,7 @@ int AutoCorrelate(const int *in, int *out, size_t len, int window, bool SaveGrph
int CmdAutoCorr(const char *Cmd) {
uint32_t window;
uint32_t window = 4000;
uint8_t cmdp = 0;
bool updateGrph = false;
bool errors = false;