Make msg_delim file static to sbr/m_getfld.c
authormarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 14:39:59 +0000 (16:39 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 14:39:59 +0000 (16:39 +0200)
Thanks to David Levine <levinedl@acm.org> for nmh commit
e69044f7624abe5cb2cb796d528c0cc5f29515f7

sbr/m_getfld.c

index e7663cd..1cc041b 100644 (file)
@@ -139,7 +139,7 @@ int ismbox = FALSE;
 ** is used in m_Eom because the first character of the string
 ** has been read and matched before m_Eom is called.
 */
 ** is used in m_Eom because the first character of the string
 ** has been read and matched before m_Eom is called.
 */
-char *msg_delim = "";
+static char *msg_delim = "";
 
 static unsigned char *fdelim;
 static unsigned char *delimend;
 
 static unsigned char *fdelim;
 static unsigned char *delimend;