Index: src/os_unix.c ================================================================== --- src/os_unix.c +++ src/os_unix.c @@ -1424,14 +1424,14 @@ } vxworksReleaseFileId(pFile->pId); pFile->pId = 0; } #endif - OSTRACE(("CLOSE %-3d\n", pFile->h); + OSTRACE(("CLOSE %-3d\n", pFile->h)); OpenCounter(-1); sqlite3_free(pFile->pUnused); - memset(pFile, 0, sizeof(unixFile))); + memset(pFile, 0, sizeof(unixFile)); } return SQLITE_OK; } /*