aboutsummaryrefslogtreecommitdiff
path: root/weasel.c
diff options
context:
space:
mode:
Diffstat (limited to 'weasel.c')
-rw-r--r--weasel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weasel.c b/weasel.c
index 712b618..41e53b3 100644
--- a/weasel.c
+++ b/weasel.c
@@ -72,7 +72,7 @@ ncpu(void)
return n;
}
-char
+static inline char
rndchar()
{
return alphabet[random() % alphalen];