summaryrefslogtreecommitdiff
path: root/games/larn/config.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:05:17 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 20:05:17 +0000
commit24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch)
treef301459f6e2160b59f102e5506c37de2f4c48251 /games/larn/config.c
parentec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff)
tabify
Diffstat (limited to 'games/larn/config.c')
-rw-r--r--games/larn/config.c8
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.
*/