diff options
Diffstat (limited to 'src')
-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 9dc207557..fd64cb06e 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -5262,7 +5262,7 @@ static int proxyTakeConch(unixFile *pFile){ */ forceNewLockPath = 1; tryOldLockPath = 0; - continue; // go back to the do {} while start point, try again + continue; /* go back to the do {} while start point, try again */ } } if( rc==SQLITE_OK ){ |