emacs-diffs
[Top][All Lists]
Advanced

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

scratch/sqlite f2d5e87: Fix spurious )


From: Lars Ingebrigtsen
Subject: scratch/sqlite f2d5e87: Fix spurious )
Date: Thu, 9 Dec 2021 20:11:39 -0500 (EST)

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

    Fix spurious )
---
 src/sqlite.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/sqlite.c b/src/sqlite.c
index 3047219..b793184 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -69,7 +69,6 @@ DEF_DLL_FN (SQLITE_API int, sqlite3_load_extension,
            (sqlite3*, const char*, const char*, char**));
 DEF_DLL_FN (SQLITE_API int, sqlite3_prepare_v2,
            (sqlite3*, const char*, int, sqlite3_stmt**, const char**));
-);
 
 # undef sqlite3_finalize
 # undef sqlite3_close



reply via email to

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