PR c/79847
* c-decl.c (implicit_decl_warning): Add missing space.
From-SVN: r245893
+2017-03-04 Marek Polacek <polacek@redhat.com>
+
+ PR c/79847
+ * c-decl.c (implicit_decl_warning): Add missing space.
+
2017-03-03 Marek Polacek <polacek@redhat.com>
PR c/79758
richloc.add_fixit_replace (hint);
warned = warning_at_rich_loc
(&richloc, OPT_Wimplicit_function_declaration,
- G_("implicit declaration of function %qE;did you mean %qs?"),
+ G_("implicit declaration of function %qE; did you mean %qs?"),
id, hint);
}
else