summaryrefslogtreecommitdiff
path: root/src/packing/pack_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/packing/pack_impl.c')
-rw-r--r--src/packing/pack_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packing/pack_impl.c b/src/packing/pack_impl.c
index c92325a4c23..3a4428eae15 100644
--- a/src/packing/pack_impl.c
+++ b/src/packing/pack_impl.c
@@ -15,7 +15,7 @@
*/
int
__wt_struct_check(WT_SESSION_IMPL *session,
- const char *fmt, size_t len, int *fixedp, uint32_t *fixed_lenp)
+ const char *fmt, size_t len, bool *fixedp, uint32_t *fixed_lenp)
{
WT_DECL_PACK_VALUE(pv);
WT_DECL_RET;