Only correct a CR/LF problem
This commit is contained in:
parent
56b8b08ac5
commit
d9bcd3add3
|
|
@ -257,8 +257,8 @@ com_spec(wordlist *wl)
|
|||
fdvec[i][j].cx_imag += value*sina;
|
||||
}
|
||||
}
|
||||
#ifdef HAS_WINDOWS
|
||||
SetAnalyse( "spec", (int)(j * 100/ fpts));
|
||||
#ifdef HAS_WINDOWS
|
||||
SetAnalyse( "spec", (int)(j * 100/ fpts));
|
||||
#endif
|
||||
}
|
||||
if (startf==0) {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
#ifndef SPEC_H_INCLUDED
|
||||
#define SPEC_H_INCLUDED
|
||||
|
||||
#ifdef HAS_WINDOWS
|
||||
extern void SetAnalyse( char * Analyse, int Percent);
|
||||
|
||||
#ifdef HAS_WINDOWS
|
||||
extern void SetAnalyse( char * Analyse, int Percent);
|
||||
#endif
|
||||
|
||||
void com_spec(wordlist *wl);
|
||||
|
|
|
|||
Loading…
Reference in New Issue