Fixed compile error for -Wduplicate-decl-specifier on OSX

This commit is contained in:
James Booth
2013-11-10 18:48:55 +00:00
parent be653667e4
commit c5f76721ce
4 changed files with 5 additions and 5 deletions

View File

@@ -518,7 +518,7 @@ roster_barejid_from_name(const char * const name)
}
PContact
roster_get_contact(const char const *barejid)
roster_get_contact(const char * const barejid)
{
return g_hash_table_lookup(contacts, barejid);
}