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/main.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/main.c')
| -rw-r--r-- | larn/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/main.c b/larn/main.c index 977c17d9..81f427ea 100644 --- a/larn/main.c +++ b/larn/main.c @@ -1,9 +1,9 @@ -/* $NetBSD: main.c,v 1.26 2019/02/03 03:19:25 mrg Exp $ */ +/* $NetBSD: main.c,v 1.27 2021/05/02 12:50:45 rillig Exp $ */ /* main.c */ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: main.c,v 1.26 2019/02/03 03:19:25 mrg Exp $"); +__RCSID("$NetBSD: main.c,v 1.27 2021/05/02 12:50:45 rillig Exp $"); #endif /* not lint */ #include <sys/types.h> @@ -1302,7 +1302,7 @@ whatitem(const char *str) subroutine to get a number from the player and allow * to mean return amt, else return the number entered */ -unsigned long +unsigned long readnum(long mx) { int i; |
