summaryrefslogtreecommitdiff
path: root/mimeview/mimeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'mimeview/mimeview.c')
-rw-r--r--mimeview/mimeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/mimeview.c b/mimeview/mimeview.c
index 0c359ccbc..ed9070396 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.c
@@ -259,7 +259,7 @@ display_file (const char *type)
{
mu_stdio_stream_create (&stream, fileno (mimeview_fp),
MU_STREAM_READ|
- MU_STREAM_SEEK|MU_STREAM_NO_CLOSE);
+ MU_STREAM_SEEK);
mu_stream_open (stream);
display_stream_mailcap (mimeview_file, stream, hdr,

Return to:

Send suggestions and report system problems to the System administrator.