Commit a6cbee35 authored by Dick Hollenbeck's avatar Dick Hollenbeck

use Unexpected not Expected

parent f3d5c494
...@@ -560,7 +560,7 @@ void SPECCTRA_DB::expecting( const char* text ) throw( IOError ) ...@@ -560,7 +560,7 @@ void SPECCTRA_DB::expecting( const char* text ) throw( IOError )
void SPECCTRA_DB::unexpected( DSN_T aTok ) 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 ) void SPECCTRA_DB::unexpected( const char* text ) throw( IOError )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment