about summary refs log tree commit diff stats
path: root/src/contact.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-11-11 20:51:35 +0000
committerJames Booth <boothj5@gmail.com>2013-11-11 20:51:35 +0000
commit8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527 (patch)
treebd88eee2f2138e2d1cf5f5b52c7bb27972e0e75e /src/contact.h
parent3e86d108a314a067589e32b60d2f6374eae501b6 (diff)
parentc5f76721ce9d10b127d54e127ac34e555c749465 (diff)
downloadprofani-tty-8c97658b8d1f7a10f146e33ca3dc5a7ff2aa3527.tar.gz
Merge branch 'master' into refactor2
Conflicts:
	src/ui/core.c
Diffstat (limited to 'src/contact.h')
-rw-r--r--src/contact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact.h b/src/contact.h
index 998e5f8b..b096c8d9 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -35,7 +35,7 @@ gboolean p_contact_remove_resource(PContact contact, const char * const resource
 void p_contact_free(PContact contact);
 const char* p_contact_barejid(PContact contact);
 const char* p_contact_name(PContact contact);
-const char * p_contact_name_or_jid(const PContact contact);
+const char* p_contact_name_or_jid(const PContact contact);
 const char* p_contact_presence(PContact contact);
 const char* p_contact_status(PContact contact);
 const char* p_contact_subscription(const PContact contact);