Remove extra newline chars in local g_application_command_line_print/err
authorBrian Koning <gnome.brkoning@gmail.com>
Mon, 23 Jul 2012 15:04:45 +0000 (11:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Aug 2012 14:17:30 +0000 (10:17 -0400)
commit10474aca34f8adf7258294d678e56525b7570c70
tree27e0a354f1db1accc69882beb3a28c4a95ea5cd4
parent151b198b93764ac69b5c067afe9fbf7c6c4acea4
Remove extra newline chars in local g_application_command_line_print/err

The extra newline chars in the local implementation of g_application_command_line_print and g_application_command_line_printerr() cause an unwanted newline after printed strings. This patch removes the newline chars to make the functions consistent with their documentation.

https://bugzilla.gnome.org/show_bug.cgi?id=680459
gio/gapplicationcommandline.c