From: Christos Zoulas Date: Sun, 23 Apr 2000 04:28:19 +0000 (+0000) Subject: fix typo "ascii test" X-Git-Tag: FILE3_31~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=169a75fb59a82122e051497c04ef1e8712a1e80b;p=file fix typo "ascii test" --- diff --git a/src/ascmagic.c b/src/ascmagic.c index f56be214..a126cbfa 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -38,7 +38,7 @@ #include "names.h" #ifndef lint -FILE_RCSID("@(#)$Id: ascmagic.c,v 1.26 2000/04/11 02:32:35 christos Exp $") +FILE_RCSID("@(#)$Id: ascmagic.c,v 1.27 2000/04/23 04:28:19 christos Exp $") #endif /* lint */ /* an optimisation over plain strcmp() */ @@ -118,7 +118,7 @@ int nbytes; /* size actually read */ } /* all else fails, but it is ASCII... */ - ckfputs(iflag ? "text/plain, ASCII" : "ASCII test", stdout); + ckfputs(iflag ? "text/plain, ASCII" : "ASCII text", stdout); if (has_escapes) { ckfputs(" (with escape sequences)", stdout); }