Only correct a CR/LF problem

This commit is contained in:
dwarning 2008-05-25 18:35:42 +00:00
parent 56b8b08ac5
commit d9bcd3add3
2 changed files with 5 additions and 5 deletions

View File

@ -257,8 +257,8 @@ com_spec(wordlist *wl)
fdvec[i][j].cx_imag += value*sina; fdvec[i][j].cx_imag += value*sina;
} }
} }
#ifdef HAS_WINDOWS #ifdef HAS_WINDOWS
SetAnalyse( "spec", (int)(j * 100/ fpts)); SetAnalyse( "spec", (int)(j * 100/ fpts));
#endif #endif
} }
if (startf==0) { if (startf==0) {

View File

@ -5,9 +5,9 @@
#ifndef SPEC_H_INCLUDED #ifndef SPEC_H_INCLUDED
#define SPEC_H_INCLUDED #define SPEC_H_INCLUDED
#ifdef HAS_WINDOWS #ifdef HAS_WINDOWS
extern void SetAnalyse( char * Analyse, int Percent); extern void SetAnalyse( char * Analyse, int Percent);
#endif #endif
void com_spec(wordlist *wl); void com_spec(wordlist *wl);