summaryrefslogtreecommitdiff
path: root/thunar-volman
diff options
context:
space:
mode:
authorMatt Thirtytwo <matt.59491@gmail.com>2015-03-07 22:50:32 +0100
committerHarald Judt <h.judt@gmx.at>2015-03-07 23:20:43 +0100
commit2e295e9ce8f7f60a271adf004588b0d8db88db09 (patch)
tree08202bdf21c52237385183c07c32f44eaac6e98d /thunar-volman
parentb933cd63910759b1ee553063547558555d76b6bb (diff)
downloadthunar-volman-2e295e9ce8f7f60a271adf004588b0d8db88db09.tar.gz
Fix return with no value in function returning non-void (bug #11656)
Diffstat (limited to 'thunar-volman')
-rw-r--r--thunar-volman/tvm-block-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar-volman/tvm-block-device.c b/thunar-volman/tvm-block-device.c
index da31efa..edb6cad 100644
--- a/thunar-volman/tvm-block-device.c
+++ b/thunar-volman/tvm-block-device.c
@@ -714,7 +714,7 @@ tvm_block_device_mount (TvmContext *context)
GMountOperation *mount_operation;
GVolume *volume;
- g_return_if_fail (context != NULL);
+ g_return_val_if_fail ((context != NULL), FALSE);
/* determine the GVolume corresponding to the udev device */
volume =