[empathy] build fix



commit c1188cc50e7e8e492d1f98f1b73200eb65ba784e
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Sep 6 09:23:45 2011 +0200

    build fix
    
    How did I end up commiting this without the ';'??

 libempathy/empathy-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 929779a..24fdf97 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -728,7 +728,7 @@ empathy_contact_dup_from_folks_individual (FolksIndividual *individual)
   if (contact == NULL)
     {
       DEBUG ("Can't create an EmpathyContact for Individual %s",
-          folks_individual_get_id (individual))
+          folks_individual_get_id (individual));
     }
 
   return contact;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]