about summary refs log tree commit diff stats
path: root/apps/print-file.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-30 00:08:01 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-30 00:08:01 -0700
commit057657e583f037fa808834a5f98ca0f902c11584 (patch)
tree6916fd9df0c7907a78432f3dd36bf7ee8e9d24d4 /apps/print-file.mu
parent242a50f2295fc30391027fc5ab59950063e5dd8b (diff)
downloadmu-057657e583f037fa808834a5f98ca0f902c11584.tar.gz
6442
Diffstat (limited to 'apps/print-file.mu')
-rw-r--r--apps/print-file.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/print-file.mu b/apps/print-file.mu
index 29b122a9..c44e09d1 100644
--- a/apps/print-file.mu
+++ b/apps/print-file.mu
@@ -36,6 +36,5 @@ $main-body: {
       }
     }
   }
-  flush-stdout
   exit-status <- copy 0
 }