From: markus schnalke Date: Sat, 29 Aug 2015 14:39:59 +0000 (+0200) Subject: Make msg_delim file static to sbr/m_getfld.c X-Git-Tag: mmh-0.2-RC1~30 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=5901f87be7eaf0475af7c6c1e139ed844468643c;ds=sidebyside Make msg_delim file static to sbr/m_getfld.c Thanks to David Levine for nmh commit e69044f7624abe5cb2cb796d528c0cc5f29515f7 --- diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index e7663cd..1cc041b 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -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. */ -char *msg_delim = ""; +static char *msg_delim = ""; static unsigned char *fdelim; static unsigned char *delimend;