diff options
author | 2012-04-22 23:21:34 +0000 | |
---|---|---|
committer | 2012-04-22 23:21:34 +0000 | |
commit | e7a45e129c0bec6db9da87f51ce045af0e73a7d4 (patch) | |
tree | c0644588620f5b0d5988e15d30ea03ebcab5ebe5 /lib/libsqlite3/src/loadext.c | |
parent | sync from mirrors.dat (diff) | |
download | wireguard-openbsd-e7a45e129c0bec6db9da87f51ce045af0e73a7d4.tar.xz wireguard-openbsd-e7a45e129c0bec6db9da87f51ce045af0e73a7d4.zip |
regen all files we can, prepare stuff to make sure it works even without
depend
Diffstat (limited to 'lib/libsqlite3/src/loadext.c')
-rw-r--r-- | lib/libsqlite3/src/loadext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/src/loadext.c b/lib/libsqlite3/src/loadext.c index 3fcf5008cf5..bb4d991d856 100644 --- a/lib/libsqlite3/src/loadext.c +++ b/lib/libsqlite3/src/loadext.c @@ -630,7 +630,7 @@ void sqlite3AutoLoadExtensions(sqlite3 *db){ wsdAutoextInit; if( wsdAutoext.nExt==0 ){ - /* Common case: early out without every having to acquire a mutex */ + /* Common case: early out without ever having to acquire a mutex */ return; } for(i=0; go; i++){ |