diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 9f88d24b4..aa7002885 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -3599,8 +3599,8 @@ static int unixSectorSize(sqlite3_file *pFile){ if( sz<512 || sz>65536 || (sz&(sz-1))!=0 ){ p->szSector = SQLITE_DEFAULT_SECTOR_SIZE; } - } #endif + } return p->szSector; } |