aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
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;