1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-25 20:58:26 +03:00

Fix typo in os_unix.c. (CVS 3082)

FossilOrigin-Name: c0e987bcfa899c073d54fbd5a3606c704b8bc3d9
This commit is contained in:
drh
2006-02-11 02:03:52 +00:00
parent 71a355e379
commit e9565a6d94
3 changed files with 8 additions and 8 deletions

View File

@@ -1750,7 +1750,7 @@ void sqlite3UnixEnterMutex(){
inMutex++;
pthread_mutex_unlock(&mutexAux);
#else
inMutex++
inMutex++;
#endif
}
void sqlite3UnixLeaveMutex(){