mirror of https://github.com/GNOME/gimp.git
app: fix last gimpcursor.c commit: g_printerr() needs a newline
This commit is contained in:
parent
eef735a49c
commit
20225a2268
|
@ -256,7 +256,7 @@ get_cursor_pixbuf (GimpCursor *cursor,
|
|||
{
|
||||
/* no critical here until we actually have the cursor files */
|
||||
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);
|
||||
g_clear_error (&error);
|
||||
|
||||
|
|
Loading…
Reference in New Issue