[PATCH v2 08/15] hex-xcode: use notmuch_bool_t for boolean arguments
Jani Nikula
jani at nikula.org
Sun Oct 1 13:53:17 PDT 2017
Pedantically correct, although they're the same underlying type.
---
test/hex-xcode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/hex-xcode.c b/test/hex-xcode.c
index bc2df713b2a3..221ccdb90843 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 =
--
2.11.0
More information about the notmuch
mailing list