aboutsummaryrefslogtreecommitdiff
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-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.tar.gz
src-516c8ed9dda79fcf5ffd9b899b13d21551dd467b.zip
Notes
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 f6adaa7c41c1..a037ce965903 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 */