mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-18 21:45:17 +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 dir = DECODE;
|
||||||
int omit_newline = FALSE;
|
notmuch_bool_t omit_newline = FALSE;
|
||||||
|
|
||||||
notmuch_opt_desc_t options[] = {
|
notmuch_opt_desc_t options[] = {
|
||||||
{ .opt_keyword = &dir, .name = "direction", .keywords =
|
{ .opt_keyword = &dir, .name = "direction", .keywords =
|
||||||
|
|
Loading…
Add table
Reference in a new issue