From 0dcd39b002cff7785c38ce535f6e57d4208fefa6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 24 Aug 2020 10:25:56 +0300 Subject: Make all messages consistent: no final periods. --- builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index 9b5609fa..afd866ac 100644 --- a/builtin.c +++ b/builtin.c @@ -4154,7 +4154,7 @@ do_typeof(int nargs) /* fall through */ default: if (res == NULL) { - warning(_("typeof detected invalid flags combination `%s'; please file a bug report."), flags2str(arg->flags)); + warning(_("typeof detected invalid flags combination `%s'; please file a bug report"), flags2str(arg->flags)); res = "unknown"; } break; -- cgit v1.2.3