1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Corrected error message (cut-and-paste bug).

FossilOrigin-Name: b3839f2aad00844c578d496c40481a39c018e4f6
This commit is contained in:
icculus
2010-02-17 20:19:50 +00:00
parent a3191195af
commit 10163b7d82
3 changed files with 21 additions and 21 deletions

View File

@ -2295,7 +2295,7 @@ to follow the previous rule.");
case WAITING_FOR_DATATYPE_SYMBOL:
if( !isalpha(x[0]) ){
ErrorMsg(psp->filename,psp->tokenlineno,
"Symbol name missing after %destructor keyword");
"Symbol name missing after %type keyword");
psp->errorcnt++;
psp->state = RESYNC_AFTER_DECL_ERROR;
}else{