summaryrefslogtreecommitdiffstats
path: root/games/random/randomize_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/random/randomize_fd.c')
-rw-r--r--games/random/randomize_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/random/randomize_fd.c b/games/random/randomize_fd.c
index 94881f7..da41769 100644
--- a/games/random/randomize_fd.c
+++ b/games/random/randomize_fd.c
@@ -104,7 +104,7 @@ randomize_fd(int fd, int type, int unique, double denom)
rand_root = rand_tail = NULL;
bufc = i = 0;
- bufleft = eof = fndstr = numnode = ret = 0;
+ bufleft = eof = fndstr = numnode = 0;
if (type == RANDOM_TYPE_UNSET)
type = RANDOM_TYPE_LINES;
OpenPOWER on IntegriCloud