]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reindex.c
CLI: make static message strings const
[notmuch] / notmuch-reindex.c
index 8904c1f41dca4d880a23708616705b76ede399eb..a7380a4bc197beb60f8140b9c37c5cc06ed8cf3e 100644 (file)
@@ -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