app: fix last gimpcursor.c commit: g_printerr() needs a newline

This commit is contained in:
Michael Natterer 2018-12-31 19:11:22 +01:00
parent eef735a49c
commit 20225a2268
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ get_cursor_pixbuf (GimpCursor *cursor,
{ {
/* no critical here until we actually have the cursor files */ /* no critical here until we actually have the cursor files */
g_printerr ("Failed to create scaled cursor image '%s' " g_printerr ("Failed to create scaled cursor image '%s' "
"falling back to upscaling default cursor: %s", "falling back to upscaling default cursor: %s\n",
resource_path, error->message); resource_path, error->message);
g_clear_error (&error); g_clear_error (&error);