diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-10-02 09:30:05 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-10-02 09:30:05 +0000 |
commit | 8f51b0208c6772b4f33cb152264ae961a99aa50b (patch) | |
tree | 208af8b4a56a5a97f9477df6def22ac6f6df8977 /lib/libsndio | |
parent | 089635734ddabe8963c6003b415a213ec80c3b41 (diff) |
fix typo in debug message
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/mio_rmidi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/mio_rmidi.c b/lib/libsndio/mio_rmidi.c index 77633c16eb0..6f22352d382 100644 --- a/lib/libsndio/mio_rmidi.c +++ b/lib/libsndio/mio_rmidi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_rmidi.c,v 1.15 2015/02/16 06:07:56 ratchov Exp $ */ +/* $OpenBSD: mio_rmidi.c,v 1.16 2015/10/02 09:30:04 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -63,7 +63,7 @@ _mio_rmidi_open(const char *str, unsigned int mode, int nbio) str++; break; default: - DPRINTF("_sio_sun_open: %s: '/<devnum>' expected\n", str); + DPRINTF("_mio_rmidi_open: %s: '/<devnum>' expected\n", str); return NULL; } hdl = malloc(sizeof(struct mio_rmidi_hdl)); |