quartz: Strip newlines from g_warning and g_error

g_logv adds one for us already.
This commit is contained in:
Matthias Clasen 2016-02-28 12:20:56 -05:00
parent 1c887b2287
commit 4f422d1f5b

View File

@ -162,7 +162,7 @@ _gdk_quartz_display_text_property_to_utf8_list (GdkDisplay *display,
{
gchar *enc_name = gdk_atom_name (encoding);
g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled\n", enc_name);
g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled", enc_name);
g_free (enc_name);
if (list)