aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-06 15:23:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-06 15:23:45 +0800
commitc1188cc50e7e8e492d1f98f1b73200eb65ba784e (patch)
tree305617d61215b2749f165972a08ac0a54c83a845 /libempathy
parent68ef0da647171dc544ef4e16859a9519529863c6 (diff)
downloadgsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar.gz
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar.bz2
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar.lz
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar.xz
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.tar.zst
gsoc2013-empathy-c1188cc50e7e8e492d1f98f1b73200eb65ba784e.zip
build fix
How did I end up commiting this without the ';'??
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 929779a78..24fdf97f3 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;