Display ownership of connection_get_profanity_identifier

This commit is contained in:
Michael Vetter
2019-10-22 12:04:16 +02:00
parent f023eb8d72
commit 6b75848f96
2 changed files with 2 additions and 2 deletions

View File

@@ -688,6 +688,6 @@ static void _compute_identifier(const char *barejid)
prof_identifier = b64;
}
char *connection_get_profanity_identifier(void) {
const char* connection_get_profanity_identifier(void) {
return prof_identifier;
}