X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fm_gmprot.c;h=9bf7088c3e9c8e749d6de5023d6c8258bf718d0b;hb=b067ff5c465a5d243ce5a19e562085a9a1a97215;hp=d7aec6f323bd453bc4d0f2e201e4a7c3d6d1b702;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/m_gmprot.c b/sbr/m_gmprot.c index d7aec6f..9bf7088 100644 --- a/sbr/m_gmprot.c +++ b/sbr/m_gmprot.c @@ -1,9 +1,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 +12,7 @@ int m_gmprot (void) { - register char *cp; + register char *cp; - return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); + return atooi ((cp = context_find ("msg-protect")) && *cp ? cp : msgprot); }