X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b7b705f7d986903b6e2190b559e7211e8e79f49..e98c2d0fee3d656633ae897576b3d8d0f0fddfe2:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index bcb95eac..b978dbfb 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -177,7 +177,7 @@ store_switch (CT ct) /* * Generic routine to store a MIME content. - * (audio, video, image, text, message/rfc922) + * (audio, video, image, text, message/rfc822) */ static int @@ -1228,7 +1228,7 @@ clobber_check (char *original_file) { if (stat (file, &st) == OK) { enum answers { NMH_YES, NMH_NO, NMH_RENAME }; static struct swit answer[4] = { - { "yes", 0 }, { "no", 0 }, { "rename", 0 }, { NULL, 0 } }; + { "yes", 0, NMH_YES }, { "no", 0, NMH_NO }, { "rename", 0, NMH_RENAME }, { NULL, 0, 0 } }; char **ans; if (isatty (fileno (stdin))) {