diff options
Diffstat (limited to 'src/resolve.c')
-rw-r--r-- | src/resolve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resolve.c b/src/resolve.c index 4b30350c7..013a3ec77 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -14,7 +14,7 @@ ** resolve all identifiers by associating them with a particular ** table and column. ** -** $Id: resolve.c,v 1.6 2008/10/06 13:54:35 drh Exp $ +** $Id: resolve.c,v 1.7 2008/10/06 15:18:02 drh Exp $ */ #include "sqliteInt.h" #include <stdlib.h> @@ -436,7 +436,7 @@ static int resolveExprStep(Walker *pWalker, Expr *pExpr){ pExpr->affinity = SQLITE_AFF_INTEGER; break; } -#endif /* SQLITE_OMIT_UPDATE_DELETE_LIMIT +#endif /* SQLITE_OMIT_UPDATE_DELETE_LIMIT */ /* A lone identifier is the name of a column. */ |