diff options
author | stephan <stephan@noemail.net> | 2024-01-02 09:03:42 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-01-02 09:03:42 +0000 |
commit | 3d4d3fb59dbd565534f32442ef8292ad130d4163 (patch) | |
tree | 11cc1a0f49244447d24e6dcf4485b1315bb7bfd4 /ext/wasm/api/sqlite3-wasm.c | |
parent | fe1d8210c74f2c2b29867a0e1af7657fb2178d25 (diff) | |
download | sqlite-3d4d3fb59dbd565534f32442ef8292ad130d4163.tar.gz sqlite-3d4d3fb59dbd565534f32442ef8292ad130d4163.zip |
Update and clean up the in-makefile docs for ext/wasm.
FossilOrigin-Name: 7a7b295e6d7e95ee4a46cc42761895d11700ab295870c5a4380072bb4a5b7099
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r-- | ext/wasm/api/sqlite3-wasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c index 3e22c799c..618d0f085 100644 --- a/ext/wasm/api/sqlite3-wasm.c +++ b/ext/wasm/api/sqlite3-wasm.c @@ -1103,7 +1103,7 @@ const char * sqlite3_wasm_enum_json(void){ M(xShadowName, "i(s)"); } _StructBinder; #undef CurrentStruct - + /** ** Workaround: in order to map the various inner structs from ** sqlite3_index_info, we have to uplift those into constructs we |