From 65d278afb1174a4005a613cca8c306289b195876 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 23 Apr 2010 09:19:52 -0700 Subject: Sprinkle some const-correctness around new_tags. To eliminate a compiler warning. --- notmuch-new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-new.c') diff --git a/notmuch-new.c b/notmuch-new.c index 6432c664..8818728f 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -35,7 +35,7 @@ typedef struct _filename_list { typedef struct { int output_is_a_tty; int verbose; - char **new_tags; + const char **new_tags; size_t new_tags_length; int total_files; -- cgit v1.2.3