From e08793ab4b460cdd61a329c9c83454534048a514 Mon Sep 17 00:00:00 2001 From: miko Date: Wed, 19 Sep 2018 16:21:00 +0000 Subject: [PATCH] fix message to reflect "rmidi" is the expected string; ok ratchov@ --- lib/libsndio/mio_rmidi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libsndio/mio_rmidi.c b/lib/libsndio/mio_rmidi.c index 5e3b9a67fc1..956b363093d 100644 --- a/lib/libsndio/mio_rmidi.c +++ b/lib/libsndio/mio_rmidi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_rmidi.c,v 1.26 2018/09/19 14:01:52 miko Exp $ */ +/* $OpenBSD: mio_rmidi.c,v 1.27 2018/09/19 16:21:00 miko Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -68,7 +68,7 @@ mio_rmidi_getfd(const char *str, unsigned int mode, int nbio) #endif p = _sndio_parsetype(str, "rmidi"); if (p == NULL) { - DPRINTF("mio_rmidi_getfd: %s: \"rsnd\" expected\n", str); + DPRINTF("mio_rmidi_getfd: %s: \"rmidi\" expected\n", str); return -1; } switch (*p) { -- 2.20.1