Fix minor compile-time error in definition of 'copyright'.
MFC after: 4 days
This commit is contained in:
parent
4f7f823487
commit
0ca7dba57c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user