1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Adjust stub for connection_get_profanity_identifier

This commit is contained in:
Michael Vetter 2019-10-22 14:24:07 +02:00
parent 22bf281399
commit 8764e59650

View File

@ -92,7 +92,7 @@ connection_supports(const char *const feature)
return FALSE;
}
char *connection_get_profanity_identifier(void) {
const char* connection_get_profanity_identifier(void) {
return "profident";
}