summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 05:32:27 +0000
committersteve <steve@FreeBSD.org>1996-12-14 05:32:27 +0000
commitaff08726651db11790b5e6bb4c9b59028f2482c6 (patch)
treecb8a1e5471d53c8464f813cdf8926afc4617ae65 /usr.bin/printf
parent2c02b8c04afd723238ec165f2994d91dff5f8c96 (diff)
downloadFreeBSD-src-aff08726651db11790b5e6bb4c9b59028f2482c6.zip
FreeBSD-src-aff08726651db11790b5e6bb4c9b59028f2482c6.tar.gz
-Wall cleaning.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
OpenPOWER on IntegriCloud