diff options
author | dan <dan@noemail.net> | 2010-02-16 12:18:47 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2010-02-16 12:18:47 +0000 |
commit | 2b0ef4725f3c6b84d309cd736c56b3ae72687242 (patch) | |
tree | efc5dd6dc42891ef297ef6a4fa568d37d5f539e4 /src/os_unix.c | |
parent | 5dcb3937b607322929794c50831a9bd38e456fb3 (diff) | |
download | sqlite-2b0ef4725f3c6b84d309cd736c56b3ae72687242.tar.gz sqlite-2b0ef4725f3c6b84d309cd736c56b3ae72687242.zip |
Change a C++ style comment in os_unix.c to use normal C style commenting.
FossilOrigin-Name: 7a1933097f2a95bd495c1621fca99e8952a1b25a
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 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 ){ |