Skip to content

Commit

Permalink
drop th econst?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 29, 2024
1 parent b7bfe1f commit 50f6886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite-vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -6295,7 +6295,7 @@ int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
const int DEFAULT_FLAGS =
SQLITE_UTF8 | SQLITE_INNOCUOUS | SQLITE_DETERMINISTIC;

static const struct {
static struct {
const char *zFName;
void (*xFunc)(sqlite3_context *, int, sqlite3_value **);
int nArg;
Expand Down Expand Up @@ -6335,7 +6335,7 @@ int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
memset(static_blob_data, 0, sizeof(*static_blob_data));
#endif

static const struct {
static struct {
char *name;
const sqlite3_module *module;
void *p;
Expand Down

0 comments on commit 50f6886

Please sign in to comment.