Skip to content

Commit

Permalink
Fix FTBFS with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
adiknoth committed Sep 18, 2014
1 parent efd4794 commit 9392865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/alsa/memops.c
Expand Up @@ -163,7 +163,7 @@
* less random than rand(), but good enough and 10x faster
*/

inline unsigned int fast_rand() {
static inline unsigned int fast_rand() {
static unsigned int seed = 22222;
seed = (seed * 96314165) + 907633515;

Expand Down

0 comments on commit 9392865

Please sign in to comment.