summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/cu/xmodem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cu/xmodem.c b/usr.bin/cu/xmodem.c
index a49aeb37d49..3456e80d953 100644
--- a/usr.bin/cu/xmodem.c
+++ b/usr.bin/cu/xmodem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xmodem.c,v 1.2 2012/07/11 06:39:32 nicm Exp $ */
+/* $OpenBSD: xmodem.c,v 1.3 2012/11/21 19:48:49 nicm Exp $ */
/*
* Copyright (c) 2012 Nicholas Marriott <nicm@openbsd.org>
@@ -173,5 +173,5 @@ out:
sigaction(SIGINT, &oact, NULL);
- return;
+ fclose (f);
}