use Unexpected not Expected

This commit is contained in:
Dick Hollenbeck 2010-06-17 13:21:28 -05:00
parent f3d5c4948b
commit a6cbee35c5
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ void SPECCTRA_DB::expecting( const char* text ) throw( IOError )
void SPECCTRA_DB::unexpected( DSN_T aTok ) throw( IOError )
{
lexer->Expecting( aTok );
lexer->Unexpected( aTok );
}
void SPECCTRA_DB::unexpected( const char* text ) throw( IOError )