diff options
Diffstat (limited to 'thunar/thunar-device.c')
-rw-r--r-- | thunar/thunar-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-device.c b/thunar/thunar-device.c index 94dd9a7e..65cab877 100644 --- a/thunar/thunar-device.c +++ b/thunar/thunar-device.c @@ -247,7 +247,7 @@ thunar_device_operation_finish (GObject *object, { ThunarDeviceOperation *op = user_data; GError *error = NULL; - + _thunar_return_if_fail (G_IS_OBJECT (object)); _thunar_return_if_fail (G_IS_ASYNC_RESULT (result)); |