mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 13:06:21 +00:00
Fixed compile error for -Wduplicate-decl-specifier on OSX
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user