diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index b8473b2d1..225e54800 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -5284,7 +5284,7 @@ int sqlite3MatchEName( const char*, const char*, const char*, - int + int* ); Bitmask sqlite3ExprColUsed(Expr*); u8 sqlite3StrIHash(const char*); |