diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cdio/mmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/mmc.c b/usr.bin/cdio/mmc.c index 562f701b231..083ccbc931b 100644 --- a/usr.bin/cdio/mmc.c +++ b/usr.bin/cdio/mmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mmc.c,v 1.13 2006/06/27 02:02:30 deraadt Exp $ */ +/* $OpenBSD: mmc.c,v 1.14 2006/06/27 02:43:18 mjc Exp $ */ /* * Copyright (c) 2006 Michael Coulter <mjc@openbsd.org> @@ -163,7 +163,7 @@ writetao(struct track_head *thp) writetrack(tr); synchronize_cache(); } - fprintf(stderr,"\n"); + fprintf(stderr,"Closing session.\n"); close_session(); return (0); } |