1
0
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:
dan
2010-02-16 12:18:47 +00:00
parent 5dcb3937b6
commit 2b0ef4725f
3 changed files with 8 additions and 8 deletions

View File

@@ -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 ){