diff options
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 0140fc3cc..9fd993115 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -584,6 +584,7 @@ tp_file_hash_to_g_checksum (TpFileHashType type) case TP_FILE_HASH_TYPE_SHA256: retval = G_CHECKSUM_SHA256; break; + case TP_FILE_HASH_TYPE_NONE: default: g_assert_not_reached (); break; |