about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mshow.c b/mshow.c
index 5f24d75..db548d7 100644
--- a/mshow.c
+++ b/mshow.c
@@ -225,7 +225,7 @@ render_mime(int depth, struct message *msg, char *body, size_t bodylen)
 				if (e == 0)
 					print_ascii(output, outlen);
 				else
-					return fwrite(output, 1, outlen, stdout);
+					fwrite(output, 1, outlen, stdout);
 				if (output[outlen-1] != '\n')
 					putchar('\n');
 			}