diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-02 22:14:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-02-02 22:14:39 +0000 |
| commit | fccbca1d401ecf3e3c64bf3e2eeeed8ad3f34839 (patch) | |
| tree | ca0911ce3491ecbf1474e68f102fbf1577388d00 /usr.sbin/cdcontrol | |
| parent | 1cf944e85c33687f24f909ae4a9562231fcc877a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/cdcontrol')
| -rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index d66933bd9488a..ec47ab986fc68 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -411,7 +411,7 @@ int info (char *arg) printf ("%5d ", toc_buffer[i].track); prtrack (toc_buffer + i, 0); } - printf (" end "); + printf ("%5d ", toc_buffer[n].track); prtrack (toc_buffer + n, 1); return (0); } |
