mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app: fix last gimpcursor.c commit: g_printerr() needs a newline
This commit is contained in:
parent
eef735a49c
commit
20225a2268
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue