summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
committerEd Schouten <ed@FreeBSD.org>2011-12-10 18:11:06 +0000
commit516c8ed9dda79fcf5ffd9b899b13d21551dd467b (patch)
treeee21ea261e6f79c5b8796a4805efb61d25a6b7bd /usr.bin/lex
parent96b38ade366a4ad8559267afe795d1e1bd71d2f3 (diff)
downloadsrc-test-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.tar.gz
src-test-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.zip
Replace char copyright[] by static const char copyright[].
It seems the latter is used throughout the tree.
Notes
Notes: svn path=/head/; revision=228394
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c
index f6adaa7c41c19..a037ce9659035 100644
--- a/usr.bin/lex/main.c
+++ b/usr.bin/lex/main.c
@@ -27,7 +27,7 @@
*/
#ifndef lint
-char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
All rights reserved.\n";
#endif /* not lint */