summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-16 21:53:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-16 21:56:22 -0400
commit847739aed7cf6f6cf5f745fdef0a976980089ea9 (patch)
tree842200a552f46896a8be1644342480236d102d5c /tools
parent4d66598f315d32a4798b5f67cb0cbc32d05b983c (diff)
downloadgtk+-847739aed7cf6f6cf5f745fdef0a976980089ea9.tar.gz
Reduce pixbuf helpers
Concentrate pixbuf handling in gdkpixbufutils.c.
Diffstat (limited to 'tools')
-rw-r--r--tools/encodesymbolic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/encodesymbolic.c b/tools/encodesymbolic.c
index 90887f3365..bfe96005b8 100644
--- a/tools/encodesymbolic.c
+++ b/tools/encodesymbolic.c
@@ -133,9 +133,9 @@ main (int argc, char **argv)
out = g_file_replace (dest,
- NULL, FALSE,
- G_FILE_CREATE_REPLACE_DESTINATION,
- NULL, &error);
+ NULL, FALSE,
+ G_FILE_CREATE_REPLACE_DESTINATION,
+ NULL, &error);
if (out == NULL)
{
g_printerr (_("Can’t save file %s: %s\n"), pngpath, error->message);