diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-07-28 21:04:29 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-07-28 21:04:29 +0000 |
commit | 487c4e7afe5a30c820407353350b282a13960caa (patch) | |
tree | b914d288fcbfc3e51267acd84afc5958c74bc06f /sys | |
parent | efc7d38347b9194ff8af288924839b962ad6b835 (diff) |
add missing space, from Donovan Watteau <tsoomi at gmail.com>
thanks!
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 61da7fed269..192704b7fca 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.136 2015/07/28 20:57:35 ratchov Exp $ */ +/* $OpenBSD: audio.c,v 1.137 2015/07/28 21:04:28 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov <alex@caoua.org> * @@ -680,7 +680,7 @@ audio_setpar(struct audio_softc *sc) p.bps != r.bps || p.msb != r.msb || p.sample_rate != r.sample_rate) { - printf("%s: different play and record parameters" + printf("%s: different play and record parameters " "returned by hardware\n", DEVNAME(sc)); return ENODEV; } |