diff options
Diffstat (limited to 'src/base/main/main.c')
-rw-r--r-- | src/base/main/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/main/main.c b/src/base/main/main.c index 0b6294c4..cf8e855e 100644 --- a/src/base/main/main.c +++ b/src/base/main/main.c @@ -59,11 +59,11 @@ static int TypeCheck( Abc_Frame_t * pAbc, const char * s); int Abc_RealMain( int argc, char * argv[] ) { Abc_Frame_t * pAbc; - char sCommandUsr[500], sCommandTmp[100], sReadCmd[20], sWriteCmd[20], c; + char sCommandUsr[500], sCommandTmp[100], sReadCmd[20], sWriteCmd[20]; const char * sOutFile, * sInFile; char * sCommand; int fStatus = 0; - int fBatch, fInitSource, fInitRead, fFinalWrite; + int c, fBatch, fInitSource, fInitRead, fFinalWrite; // added to detect memory leaks: #if defined(_DEBUG) && defined(_MSC_VER) |