emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 6a399c6: Fix typo


From: Lars Ingebrigtsen
Subject: scratch/sqlite 6a399c6: Fix typo
Date: Wed, 8 Dec 2021 02:27:54 -0500 (EST)

branch: scratch/sqlite
commit 6a399c614fe303572646c76fe9237ef0bda9f71f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo
---
 src/sqlite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sqlite.c b/src/sqlite.c
index 68e2f49..29cc2e5 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -170,7 +170,7 @@ init_sqlite_functions (void)
       if (! load_dll_functions (library))
        goto bad_library;
 
-      Vlibrary_cache = Fcons (Fcons (Qxqlite3, Qt), Vlibrary_cache);
+      Vlibrary_cache = Fcons (Fcons (Qsqlite3, Qt), Vlibrary_cache);
       return true;
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]