hex-xcode: use notmuch_bool_t for boolean arguments

Pedantically correct, although they're the same underlying type.
This commit is contained in:
Jani Nikula 2017-10-01 23:53:17 +03:00 committed by David Bremner
parent ed43b8ddcd
commit 816097f05b

View file

@ -45,7 +45,7 @@ main (int argc, char **argv)
{
int dir = DECODE;
int omit_newline = FALSE;
notmuch_bool_t omit_newline = FALSE;
notmuch_opt_desc_t options[] = {
{ .opt_keyword = &dir, .name = "direction", .keywords =