From aff08726651db11790b5e6bb4c9b59028f2482c6 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 14 Dec 1996 05:32:27 +0000 Subject: -Wall cleaning. --- usr.bin/printf/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index c4de8e1..05da634 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -33,14 +33,14 @@ #if !defined(BUILTIN) && !defined(SHELL) #ifndef lint -static char copyright[] = +static char const copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #endif #ifndef lint -static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; +static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #endif /* not lint */ #include -- cgit v1.1