summaryrefslogtreecommitdiff
path: root/tools/encodesymbolic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/encodesymbolic.c')
-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);