diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c index d180fa1ed..5ebbe19cd 100644 --- a/libempathy/empathy-ft-factory.c +++ b/libempathy/empathy-ft-factory.c @@ -117,7 +117,7 @@ ft_handler_incoming_ready_cb (EmpathyFTHandler *handler, if (error != NULL) { - /* TODO: error handling */ + /* TODO: error handling */ return; } |