diff options
Diffstat (limited to 'src/shell.c')
-rw-r--r-- | src/shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index 0be869b8f..eaefe6201 100644 --- a/src/shell.c +++ b/src/shell.c @@ -8396,4 +8396,3 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){ #endif return rc; } - |