mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Change a C++ style comment in os_unix.c to use normal C style commenting.
FossilOrigin-Name: 7a1933097f2a95bd495c1621fca99e8952a1b25a
This commit is contained in:
@@ -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 ){
|
||||
|
||||
Reference in New Issue
Block a user