X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-insert.c;fp=notmuch-insert.c;h=e3d87e4aed184af827b35e0e5276ff9b6cdc3f4d;hp=00c0046873f50cc788717ebb86ef6a10314bf70a;hb=0c6569d97cda26cf6ce71da86d845d4276967016;hpb=19983fe554b2b353f10cb818b80e7ef815623b66 diff --git a/notmuch-insert.c b/notmuch-insert.c index 00c00468..e3d87e4a 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -34,7 +34,7 @@ static volatile sig_atomic_t interrupted; static void handle_sigint (unused (int sig)) { - static char msg[] = "Stopping... \n"; + static const char msg[] = "Stopping... \n"; /* This write is "opportunistic", so it's okay to ignore the * result. It is not required for correctness, and if it does