aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-05 10:08:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-05 10:08:25 +0000
commit013fab318ca18fa94c1e45d3eba2f089feecd049 (patch)
treee778272da13fe989b97aa5a9f54524e473ad8162
parent8de9ed220ea38e832cba833ade5f565d71419916 (diff)
Notes
-rw-r--r--usr.bin/xlint/lint1/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c
index c88a5a80b550..639c12372a3a 100644
--- a/usr.bin/xlint/lint1/decl.c
+++ b/usr.bin/xlint/lint1/decl.c
@@ -843,7 +843,7 @@ length(tp, name)
switch (tp->t_tspec) {
case FUNC:
/* compiler takes size of function */
- lerror(msgs[12]);
+ lerror("%s", msgs[12]);
/* NOTREACHED */
case STRUCT:
case UNION: