diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
commit | 24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch) | |
tree | f301459f6e2160b59f102e5506c37de2f4c48251 /games/larn/config.c | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
Diffstat (limited to 'games/larn/config.c')
-rw-r--r-- | games/larn/config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/larn/config.c b/games/larn/config.c index 3746c09c3eb..54f3f4d4ca7 100644 --- a/games/larn/config.c +++ b/games/larn/config.c @@ -3,10 +3,10 @@ static char rcsid[] = "$NetBSD: config.c,v 1.4 1995/04/22 07:34:04 cgd Exp $"; #endif /* not lint */ /* - * config.c -- This defines the installation dependent variables. - * Some strings are modified later. ANSI C would - * allow compile time string concatenation, we must - * do runtime concatenation, in main. + * config.c -- This defines the installation dependent variables. + * Some strings are modified later. ANSI C would + * allow compile time string concatenation, we must + * do runtime concatenation, in main. * * Larn is copyrighted 1986 by Noah Morgan. */ |