aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2015-11-21 17:27:42 +0000
committerdrh <drh@noemail.net>2015-11-21 17:27:42 +0000
commit62aaa6ca885067b241c88cf24a6c40c26df2a9ca (patch)
tree03e995b732f74b1e17376081cf08c22edaaf4c97 /src/os_unix.c
parent202923107d97496744deb553836558e00d7fd108 (diff)
downloadsqlite-62aaa6ca885067b241c88cf24a6c40c26df2a9ca.tar.gz
sqlite-62aaa6ca885067b241c88cf24a6c40c26df2a9ca.zip
Fix over-length source code lines. No logic changes.
FossilOrigin-Name: 198d191b2f5ef7d63ac0093c701955c9052fd734
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 3d4524296..4594e2d87 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -6555,7 +6555,7 @@ static int proxyCreateLockPath(const char *lockPath){
}
buf[i] = lockPath[i];
}
- OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n", lockPath, osGetpid(0)));
+ OSTRACE(("CREATELOCKPATH proxy lock path=%s pid=%d\n",lockPath,osGetpid(0)));
return 0;
}