summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-01-16 12:52:22 +0000
committercg <cg@FreeBSD.org>2000-01-16 12:52:22 +0000
commitfcb01752cfb80a890963f6abf240255a6677a838 (patch)
treeb8d553fc46f9717377456149a406b1173f71f19b
parenta799895a49f60bad794dc8e2ba1d6c2cbbeb9906 (diff)
downloadFreeBSD-src-fcb01752cfb80a890963f6abf240255a6677a838.zip
FreeBSD-src-fcb01752cfb80a890963f6abf240255a6677a838.tar.gz
fix missing \n in sndstat output
-rw-r--r--sys/dev/sound/pcm/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index a98db81e..6d9fe09 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -447,7 +447,7 @@ status_init(char *buf, int size)
(!(d->flags & SD_F_SIMPLEX))? " duplex" : "");
else
snprintf(buf + strlen(buf), size - strlen(buf),
- " (mixer only)");
+ " (mixer only)\n");
}
}
return strlen(buf);
OpenPOWER on IntegriCloud