diff options
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |