Make msg_delim file static to sbr/m_getfld.c
[mmh] / 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.
 */
-char *msg_delim = "";
+static char *msg_delim = "";
 
 static unsigned char *fdelim;
 static unsigned char *delimend;