mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
hex-xcode: use notmuch_bool_t for boolean arguments
Pedantically correct, although they're the same underlying type.
This commit is contained in:
parent
ed43b8ddcd
commit
816097f05b
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue