]> diplodocus.org Git - nmh/blobdiff - sbr/m_gmprot.c
Escape literal leading full stop in man/new.man.
[nmh] / sbr / m_gmprot.c
index d7aec6f323bd453bc4d0f2e201e4a7c3d6d1b702..27cc68b2fe8eb0f87e4544529bd9151f9d55d141 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * 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.
@@ -15,7 +13,7 @@
 int
 m_gmprot (void)
 {
-    register char *cp;
+    char *cp;
 
     return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot);
 }