Address Gitlab issue #35 258/head
authorAaron Traas <aaron@traas.org>
Sat, 22 Jul 2017 18:41:23 +0000 (14:41 -0400)
committerAaron Traas <aaron@traas.org>
Sat, 22 Jul 2017 18:41:23 +0000 (14:41 -0400)
misc.c

diff --git a/misc.c b/misc.c
index e6d31bf232b18b64d69272bbb5c2b5d68a7a5f4f..25808a2c4353ff5a76f301603392e21a7f802f3d 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -654,7 +654,7 @@ void set_seed(long seedval)
     game.zzword[5] = '\0';
 }
 
     game.zzword[5] = '\0';
 }
 
-unsigned long get_next_lcg_value(void)
+static unsigned long get_next_lcg_value(void)
 /* Return the LCG's current value, and then iterate it. */
 {
     unsigned long old_x = game.lcg_x;
 /* Return the LCG's current value, and then iterate it. */
 {
     unsigned long old_x = game.lcg_x;