From cac2ce40ff8df3b1ce887ab99d71552100b102ba Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 31 Mar 2002 20:11:10 +0000 Subject: [PATCH] Remove \n from __COPYRIGHT to shut assembler warning --- usr.bin/sort/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index a33008088065..59a6fa0773c1 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