From 180b34af9885b092bee0f67c5b2ac8577d972cfe Mon Sep 17 00:00:00 2001 From: Marcus Watts Date: Tue, 11 Jun 2002 09:31:34 +0000 Subject: Saves 4 bytes of filespace --- sys/ddb/db_hangman.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ddb/db_hangman.c') diff --git a/sys/ddb/db_hangman.c b/sys/ddb/db_hangman.c index 83a51b3fff5..9f008407e15 100644 --- a/sys/ddb/db_hangman.c +++ b/sys/ddb/db_hangman.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_hangman.c,v 1.21 2002/06/11 07:54:22 jason Exp $ */ +/* $OpenBSD: db_hangman.c,v 1.22 2002/06/11 09:31:33 mdw Exp $ */ /* * Copyright (c) 1996 Theo de Raadt, Michael Shalayeff @@ -170,7 +170,7 @@ db_hangon(void) { static size_t len; static size_t tries; - static char *word = NULL; + static char *word; static char abc[26+1]; /* for '\0' */ if (word == NULL) { -- cgit v1.2.3