1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix typo in comment and remove superfluous blank line. No changes to code.

FossilOrigin-Name: 023233f16ec2e6f582a7491643036ba5cad9379c
This commit is contained in:
mistachkin
2013-11-10 00:03:11 +00:00
parent 9858bf2fb1
commit 080464948f
3 changed files with 8 additions and 9 deletions

View File

@@ -70,7 +70,6 @@
** Maximum pathname length (in chars) for Win32. This should normally be
** MAX_PATH.
*/
#ifndef SQLITE_WIN32_MAX_PATH_CHARS
# define SQLITE_WIN32_MAX_PATH_CHARS (MAX_PATH)
#endif
@@ -92,7 +91,7 @@
/*
** Maximum pathname length (in bytes) for Win32. The MAX_PATH macro is in
** characters, so we allocate 3 bytes per character assuming worst-case of
** characters, so we allocate 4 bytes per character assuming worst-case of
** 4-bytes-per-character for UTF8.
*/
#ifndef SQLITE_WIN32_MAX_PATH_BYTES