aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-file-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index b0f4e8a7a..bc6940194 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -901,7 +901,7 @@ ephy_file_delete_dir_recursively (GFile *directory, GError **error)
if (type == G_FILE_TYPE_DIRECTORY)
ret = ephy_file_delete_dir_recursively (child, error);
else if (type == G_FILE_TYPE_REGULAR)
- ret = g_file_delete (child, NULL, error);
+ ret = g_file_delete (child, NULL, error);
g_object_unref (info);