summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags/ctags.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ctags/ctags.c')
-rw-r--r--usr.bin/ctags/ctags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c
index 421d819..dc44ba6 100644
--- a/usr.bin/ctags/ctags.c
+++ b/usr.bin/ctags/ctags.c
@@ -32,13 +32,13 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1987, 1993, 1994, 1995\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95";
+static const char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95";
#endif /* not lint */
#include <err.h>
OpenPOWER on IntegriCloud