Tweak a space to reduce diff with OpenBSD.

This commit is contained in:
Alexandre Ratchov 2019-02-21 07:42:20 +01:00
parent 16ae676f9e
commit d428027573
1 changed files with 1 additions and 0 deletions

View File

@ -1165,6 +1165,7 @@ playrec(char *dev, int mode, int bufsz, char *port)
if (dev_mh)
n += mio_nfds(dev_mh);
pfds = xmalloc(n * sizeof(struct pollfd));
for (s = slot_list; s != NULL; s = s->next)
slot_init(s);
if (dev_mh == NULL)