summaryrefslogtreecommitdiff
path: root/mail/metamail/files/patch-richmail__iso2022.c
blob: 7b0903fd70b048fe0843ad36e9910389615074b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- richmail/iso2022.c.orig	1992-12-22 17:50:21 UTC
+++ richmail/iso2022.c
@@ -84,7 +84,7 @@ char	*name;
     OutCharSet = OUT_ASCII;
     OutAsciiMode = RICH_ENC_US_ASCII;
     if (!name)
-	return;
+	return(0);
     if (!strncmp (name,"iso-2022-jp",11))
 	richtextencoding (RICH_ENC_JP_ASCII);
     else if (!strncmp (name,"iso-2022-kr",11)) {