summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/midi.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-10-21 19:10:53 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-10-21 19:10:53 +0000
commitd284f6bce4f15c24bb4768c76ef4746e5e05a903 (patch)
tree3110d26a70d09d726978ea48e790d084705e7642 /usr.bin/aucat/midi.c
parent6ebe19ad940ba7f867c1080614a5943ce0f81597 (diff)
fix style and typos in messages and comments
Diffstat (limited to 'usr.bin/aucat/midi.c')
-rw-r--r--usr.bin/aucat/midi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/midi.c b/usr.bin/aucat/midi.c
index 8001f118182..e56a4bcb97e 100644
--- a/usr.bin/aucat/midi.c
+++ b/usr.bin/aucat/midi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi.c,v 1.29 2010/10/21 18:57:42 ratchov Exp $ */
+/* $OpenBSD: midi.c,v 1.30 2010/10/21 19:10:52 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -564,7 +564,7 @@ ctl_getidx(struct aproc *p, char *who)
#ifdef DEBUG
if (debug_level >= 1) {
dbg_puts(name);
- dbg_puts(": too many instances");
+ dbg_puts(": too many instances\n");
}
#endif
return -1;