summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-03-31 20:11:10 +0000
committerache <ache@FreeBSD.org>2002-03-31 20:11:10 +0000
commit0350a837b543daceec97c9d824d901a41b9bb533 (patch)
tree7a95ed4e464058b23878e98dd81da607316ba6ef /usr.bin
parentcace3f9d081619c267182e7e1c926cafabc283e2 (diff)
downloadFreeBSD-src-0350a837b543daceec97c9d824d901a41b9bb533.zip
FreeBSD-src-0350a837b543daceec97c9d824d901a41b9bb533.tar.gz
Remove \n from __COPYRIGHT to shut assembler warning
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c
index a330080..59a6fa077 100644
--- a/usr.bin/sort/sort.c
+++ b/usr.bin/sort/sort.c
@@ -46,7 +46,7 @@
#include "pathnames.h"
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1993\nThe Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1993 The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
OpenPOWER on IntegriCloud