]> git.notmuchmail.org Git - notmuch/blobdiff - command-line-arguments.c
initial splitting of notmuch.1
[notmuch] / command-line-arguments.c
index 3aa87aa598c8232b318e044b927d9a291fd8bb1c..e7114143259c6115c3c79b0d2c59a276704debbf 100644 (file)
@@ -13,7 +13,7 @@
 static notmuch_bool_t
 _process_keyword_arg (const notmuch_opt_desc_t *arg_desc, const char *arg_str) {
 
-    notmuch_keyword_t *keywords = arg_desc->keywords;
+    const notmuch_keyword_t *keywords = arg_desc->keywords;
 
     while (keywords->name) {
        if (strcmp (arg_str, keywords->name) == 0) {