Author: yamakenz
Date: Sat Mar 1 20:42:52 2008
New Revision: 5262
Modified:
trunk/uim/bsdlook.c
Log:
* uim/bsdlook.c
- (copyright): Fix a multiline string that causes 'make check'
complaining
Modified: trunk/uim/bsdlook.c
==============================================================================
--- trunk/uim/bsdlook.c (original)
+++ trunk/uim/bsdlook.c Sat Mar 1 20:42:52 2008
@@ -37,8 +37,7 @@
#ifndef lint
#if 0
static char copyright[] =
-"@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
+"@(#) Copyright (c) 1991, 1993\n The Regents of the University of
California. All rights reserved.\n";
#endif
#endif /* not lint */