From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/cmd/sam/error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/sam/error.c') diff --git a/src/cmd/sam/error.c b/src/cmd/sam/error.c index d19b9621..eb4e48f4 100644 --- a/src/cmd/sam/error.c +++ b/src/cmd/sam/error.c @@ -50,7 +50,7 @@ static char *emsg[]={ "temporary file too large", "file is append-only", "no destination for plumb message", - "internal read error in buffer load", + "internal read error in buffer load" }; static char *wmsg[]={ /* warn_s */ @@ -63,7 +63,7 @@ static char *wmsg[]={ "null characters elided", "can't run pwd", "last char not newline", - "exit status not 0", + "exit status not 0" }; void -- cgit v1.2.3