Remove \n from __COPYRIGHT to shut assembler warning

This commit is contained in:
Andrey A. Chernov 2002-03-31 20:11:10 +00:00
parent 032b32ada6
commit cac2ce40ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93482

View File

@ -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