Fix message to reflect "rmidi" is the expected string. From miko@.

This commit is contained in:
Alexandre Ratchov 2018-09-26 13:48:54 +02:00
parent d4048a3a19
commit dc31dcd99e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,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) {