hex-xcode: use notmuch_bool_t for boolean arguments
[notmuch.git] / test / hex-xcode.c
index bc2df713b2a3bec99ff49ad03f86e0c437ac7e23..221ccdb90843c8262b6c7ad8e91cd2e64437ed46 100644 (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 =