From 4c6cfcdca0f7aec1f0e3243a60d88ed494357a5d Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 16 Jan 2015 22:50:40 +0000 Subject: Simplified autocompleters and command history --- src/xmpp/presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmpp/presence.c') diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index 1b3e7fc7..65384a0d 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -158,7 +158,7 @@ presence_clear_sub_requests(void) } char * -presence_sub_request_find(char * search_str) +presence_sub_request_find(const char * const search_str) { return autocomplete_complete(sub_requests_ac, search_str, TRUE); } -- cgit 1.4.1-2-gfad0