diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-03-17 17:16:33 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2014-03-17 17:16:33 +0000 |
commit | 1ebeb41478a76900b787cd56d435f14ccdd5a3c1 (patch) | |
tree | 47d579cb62661cf3a541843c74a5ac5be032f4ac /usr.bin | |
parent | 34459019cb82907ca1edf96e0721ad6636ad098d (diff) |
typo in debug printf
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sndiod/dsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndiod/dsp.c b/usr.bin/sndiod/dsp.c index b0ab532f489..4955077cc5a 100644 --- a/usr.bin/sndiod/dsp.c +++ b/usr.bin/sndiod/dsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsp.c,v 1.5 2014/03/05 20:06:05 ratchov Exp $ */ +/* $OpenBSD: dsp.c,v 1.6 2014/03/17 17:16:32 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org> * @@ -679,7 +679,7 @@ cmap_init(struct cmap *p, log_puti(p->onext); log_puts(", istart = "); log_puti(p->istart); - log_puts(", inext= "); + log_puts(", inext = "); log_puti(p->inext); log_puts("\n"); } |