X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reindex.c;h=a7380a4bc197beb60f8140b9c37c5cc06ed8cf3e;hb=0a50bd05f8801bc093a1e3746fc4b0b909b9a404;hp=8904c1f41dca4d880a23708616705b76ede399eb;hpb=9d6f4641d17a6100cb8d96bc1e09d3d4999c34f3;p=notmuch diff --git a/notmuch-reindex.c b/notmuch-reindex.c index 8904c1f4..a7380a4b 100644 --- a/notmuch-reindex.c +++ b/notmuch-reindex.c @@ -26,7 +26,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