From 1c75ca2e2dc72d118edbb854455e602d70d80a52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 May 2021 12:50:43 +0000 Subject: games: remove trailing whitespace in *.c and *.h --- adventure/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'adventure/init.c') diff --git a/adventure/init.c b/adventure/init.c index d4b028e1..0e60e1f9 100644 --- a/adventure/init.c +++ b/adventure/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $ */ +/* $NetBSD: init.c,v 1.22 2021/05/02 12:50:43 rillig Exp $ */ /*- * Copyright (c) 1993 @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $"); +__RCSID("$NetBSD: init.c,v 1.22 2021/05/02 12:50:43 rillig Exp $"); #endif #endif /* not lint */ @@ -59,7 +59,7 @@ static void linkdata(void); int blklin = TRUE; -int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, +int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, 04000, 010000, 020000, 040000, 0100000}; volatile sig_atomic_t delhit; -- cgit v1.2.3