Revert "Remove useless return."

This reverts commit 24e807f520709e2b99d1f0044281a0f2347315b0.
This commit is contained in:
TwinAphex51224 2012-03-05 21:23:40 +01:00
parent 7e1e293547
commit 4959b8e20e

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)