From 60ee3b72bf398f3dd2403737817dc830d80a904f Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 4 Mar 2009 00:58:04 +0000 Subject: Style changes (including additional casts to shut up warnings). This commit does not affect MD5 of object file. --- lib/libc/db/btree/bt_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/db/btree/bt_open.c') diff --git a/lib/libc/db/btree/bt_open.c b/lib/libc/db/btree/bt_open.c index 749b7cd..fb7333e 100644 --- a/lib/libc/db/btree/bt_open.c +++ b/lib/libc/db/btree/bt_open.c @@ -197,7 +197,7 @@ __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int default: goto einval; } - + if ((t->bt_fd = _open(fname, flags, mode)) < 0) goto err; -- cgit v1.1