]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sqlite.c: Fix up header comment.
authorPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 08:31:06 +0000 (16:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 08:31:13 +0000 (16:31 +0800)
src/sqlite.c

index 649cb382948cfc6651f7524380f4261ca4f48622..1ca86699318ae6f226a52b569365e5a945803a12 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* Support for accessing SQLite databases.
+
 Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -19,8 +20,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 This file is based on the emacs-sqlite3 package written by Syohei
 YOSHIDA <syohex@gmail.com>, which can be found at:
 
-   https://github.com/syohex/emacs-sqlite3
-*/
+   https://github.com/syohex/emacs-sqlite3  */
 
 #include <config.h>
 #include "lisp.h"