From 3a2f2294db922261d0db63f109ecef618b41d973 Mon Sep 17 00:00:00 2001 From: michaelzwt <347801860@qq.com> Date: Sun, 14 Jan 2024 09:12:26 +0800 Subject: [PATCH] test Signed-off-by: michaelzwt <347801860@qq.com> --- src/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index dc66c40..3957739 100644 --- a/src/shell.c +++ b/src/shell.c @@ -39,7 +39,7 @@ ** Optionally #include a user-defined header, whereby compilation options ** may be set prior to where they take effect, but after platform setup. ** If SQLITE_CUSTOM_INCLUDE=? is defined, its value names the #include -** file. Note that this macro has a like effect on sqlite3.c compilation. +** file. Note that this macro has a like effect on sqlite3.c compilation */ #ifdef SQLITE_CUSTOM_INCLUDE # define INC_STRINGIFY_(f) #f -- Gitee