From: Jani Nikula Date: Sun, 1 Oct 2017 20:53:17 +0000 (+0300) Subject: hex-xcode: use notmuch_bool_t for boolean arguments X-Git-Tag: 0.26_rc0~122 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=816097f05b490d4150e85a63f2a08065c7ab6741 hex-xcode: use notmuch_bool_t for boolean arguments Pedantically correct, although they're the same underlying type. --- diff --git a/test/hex-xcode.c b/test/hex-xcode.c index bc2df713..221ccdb9 100644 --- a/test/hex-xcode.c +++ b/test/hex-xcode.c @@ -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 =