mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 00:46:21 +00:00
Test message when removing autojoin for non existent bookmark
This commit is contained in:
@@ -133,7 +133,7 @@ autocomplete_get_list(Autocomplete ac)
|
||||
}
|
||||
|
||||
gboolean
|
||||
autocomplete_contains(Autocomplete ac, char *value)
|
||||
autocomplete_contains(Autocomplete ac, const char *value)
|
||||
{
|
||||
GSList *curr = ac->items;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user