diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 4372da648..f7ba64fe3 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -1042,7 +1042,7 @@ set_content_hash_type_from_classes (EmpathyFTHandler *handler, value = tp_asv_get_uint32 (fprops, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER ".ContentHashType", &valid); - + if (valid) g_array_append_val (possible_values, value); } diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 9bcd65683..47746f536 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -384,6 +384,6 @@ gint empathy_uint_compare (gconstpointer a, gconstpointer b) { - return *(guint*) a - *(guint*) b; + return *(guint *) a - *(guint *) b; } |