diff options
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/mio_rmidi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libsndio/mio_rmidi.c b/lib/libsndio/mio_rmidi.c index cb9d30cb997..77633c16eb0 100644 --- a/lib/libsndio/mio_rmidi.c +++ b/lib/libsndio/mio_rmidi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_rmidi.c,v 1.14 2014/08/15 03:51:40 guenther Exp $ */ +/* $OpenBSD: mio_rmidi.c,v 1.15 2015/02/16 06:07:56 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -60,7 +60,6 @@ _mio_rmidi_open(const char *str, unsigned int mode, int nbio) switch (*str) { case '/': - case ':': /* XXX: for backward compat */ str++; break; default: |