diff options
| author | Po Lu | 2022-04-02 16:31:06 +0800 |
|---|---|---|
| committer | Po Lu | 2022-04-02 16:31:13 +0800 |
| commit | b312959ebd528b01e95fe5eca71cc3890a97421d (patch) | |
| tree | 6f112bf015bd6c32aa3a39d882b0d58186205459 /src/sqlite.c | |
| parent | 7899e8daff6730ae0b4521cbedf6141dd2f1531e (diff) | |
| download | emacs-b312959ebd528b01e95fe5eca71cc3890a97421d.tar.gz emacs-b312959ebd528b01e95fe5eca71cc3890a97421d.zip | |
; * src/sqlite.c: Fix up header comment.
Diffstat (limited to 'src/sqlite.c')
| -rw-r--r-- | src/sqlite.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sqlite.c b/src/sqlite.c index 649cb382948..1ca86699318 100644 --- a/src/sqlite.c +++ b/src/sqlite.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* | 1 | /* Support for accessing SQLite databases. |
| 2 | |||
| 2 | Copyright (C) 2021-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2021-2022 Free Software Foundation, Inc. |
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -19,8 +20,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | |||
| 19 | This file is based on the emacs-sqlite3 package written by Syohei | 20 | This file is based on the emacs-sqlite3 package written by Syohei |
| 20 | YOSHIDA <syohex@gmail.com>, which can be found at: | 21 | YOSHIDA <syohex@gmail.com>, which can be found at: |
| 21 | 22 | ||
| 22 | https://github.com/syohex/emacs-sqlite3 | 23 | https://github.com/syohex/emacs-sqlite3 */ |
| 23 | */ | ||
| 24 | 24 | ||
| 25 | #include <config.h> | 25 | #include <config.h> |
| 26 | #include "lisp.h" | 26 | #include "lisp.h" |