Revert "Remove useless return."

This reverts commit 24e807f520.
This commit is contained in:
TwinAphex51224 2012-03-05 21:23:40 +01:00
parent 7e1e293547
commit 4959b8e20e
1 changed files with 3 additions and 0 deletions

View File

@ -685,6 +685,9 @@ static int rsnd_poll(struct pollfd *fd, int numfd, int timeout)
}
return 0;
}
// Avoids warning
return 0;
}
static void rsnd_sleep(int msecs)