]> diplodocus.org Git - nmh/blobdiff - sbr/m_gmprot.c
Escape literal leading full stop in man/new.man.
[nmh] / sbr / m_gmprot.c
index 3f54c4563337f98849b5d09e2a6570fd9c3a4bff..27cc68b2fe8eb0f87e4544529bd9151f9d55d141 100644 (file)
@@ -2,7 +2,9 @@
 /*
  * m_gmprot.c -- return the msg-protect value
  *
- * $Id$
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
@@ -11,7 +13,7 @@
 int
 m_gmprot (void)
 {
-    register char *cp;
+    char *cp;
 
     return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot);
 }