about summary refs log tree commit diff stats
path: root/tests/unittests/xmpp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-10-22 14:24:07 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-10-22 14:24:07 +0200
commit8764e596505b213bece56acbbe65a8a1fe906ac9 (patch)
tree712493e81bc0880b8ec7ef93dde0a14deff877d4 /tests/unittests/xmpp
parent22bf281399d8e077b8c0d1bd5bc478b910d61109 (diff)
downloadprofani-tty-8764e596505b213bece56acbbe65a8a1fe906ac9.tar.gz
Adjust stub for connection_get_profanity_identifier
Diffstat (limited to 'tests/unittests/xmpp')
-rw-r--r--tests/unittests/xmpp/stub_xmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c
index 9cc60fad..85c12667 100644
--- a/tests/unittests/xmpp/stub_xmpp.c
+++ b/tests/unittests/xmpp/stub_xmpp.c
@@ -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";
 }