diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-06 15:23:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-06 15:23:45 +0800 |
commit | c1188cc50e7e8e492d1f98f1b73200eb65ba784e (patch) | |
tree | 305617d61215b2749f165972a08ac0a54c83a845 /libempathy | |
parent | 68ef0da647171dc544ef4e16859a9519529863c6 (diff) | |
download | gsoc2013-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.c | 2 |
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; |