diff options
author | gad <gad@FreeBSD.org> | 2001-10-09 00:06:52 +0000 |
---|---|---|
committer | gad <gad@FreeBSD.org> | 2001-10-09 00:06:52 +0000 |
commit | 5b09ccdd39941d16b7822e60632046741eeeff7c (patch) | |
tree | 58eea74b23c89f6ab3f9e42d2d60eb6848a736ff /usr.sbin/lpr | |
parent | 28ccdf65058a921f0db4b4c374922ffcddf0e8bc (diff) | |
download | FreeBSD-src-5b09ccdd39941d16b7822e60632046741eeeff7c.zip FreeBSD-src-5b09ccdd39941d16b7822e60632046741eeeff7c.tar.gz |
Fix minor compile-time error in definition of 'copyright'.
MFC after: 4 days
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lptest/lptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lptest/lptest.c b/usr.sbin/lpr/lptest/lptest.c index 873f7e7..9136d2c 100644 --- a/usr.sbin/lpr/lptest/lptest.c +++ b/usr.sbin/lpr/lptest/lptest.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ |