summaryrefslogtreecommitdiffstats
path: root/monop/spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/spec.c')
-rw-r--r--monop/spec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/spec.c b/monop/spec.c
index 37d04271..702faaa4 100644
--- a/monop/spec.c
+++ b/monop/spec.c
@@ -1,4 +1,4 @@
-/* $NetBSD: spec.c,v 1.5 1999/08/21 10:40:04 simonb Exp $ */
+/* $NetBSD: spec.c,v 1.6 1999/09/08 21:17:52 jsm Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,13 +38,13 @@
#if 0
static char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: spec.c,v 1.5 1999/08/21 10:40:04 simonb Exp $");
+__RCSID("$NetBSD: spec.c,v 1.6 1999/09/08 21:17:52 jsm Exp $");
#endif
#endif /* not lint */
#include "monop.ext"
-static char *perc[] = {
+static const char *const perc[] = {
"10%", "ten percent", "%", "$200", "200", 0
};