diff options
| author | rillig <rillig@NetBSD.org> | 2021-05-02 12:50:43 +0000 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-05 14:56:21 -0400 |
| commit | 1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch) | |
| tree | a815eb983fa15e7c407095122e37acb90093be9a /larn/store.c | |
| parent | 2442661e769456700d67fac92056d18b3046633e (diff) | |
| download | bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip | |
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'larn/store.c')
| -rw-r--r-- | larn/store.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/store.c b/larn/store.c index 2d335380..234656d8 100644 --- a/larn/store.c +++ b/larn/store.c @@ -1,4 +1,4 @@ -/* $NetBSD: store.c,v 1.16 2012/06/19 05:30:44 dholland Exp $ */ +/* $NetBSD: store.c,v 1.17 2021/05/02 12:50:45 rillig Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91"; #else -__RCSID("$NetBSD: store.c,v 1.16 2012/06/19 05:30:44 dholland Exp $"); +__RCSID("$NetBSD: store.c,v 1.17 2021/05/02 12:50:45 rillig Exp $"); #endif #endif /* not lint */ @@ -225,7 +225,7 @@ outofstock(void) nap(2200); } -static void +static void nogold(void) { lprcat("\nYou don't have enough gold to pay for that!"); |
