emacs-diffs
[Top][All Lists]
Advanced

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

master b312959ebd: ; * src/sqlite.c: Fix up header comment.


From: Po Lu
Subject: master b312959ebd: ; * src/sqlite.c: Fix up header comment.
Date: Sat, 2 Apr 2022 04:31:32 -0400 (EDT)

branch: master
commit b312959ebd528b01e95fe5eca71cc3890a97421d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/sqlite.c: Fix up header comment.
---
 src/sqlite.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sqlite.c b/src/sqlite.c
index 649cb38294..1ca8669931 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -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"



reply via email to

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