mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed compiler warning in test_autocomplete.c
This commit is contained in:
parent
545a23e92f
commit
d2a354fd53
@ -39,7 +39,6 @@ static void get_after_create_returns_null(void)
|
||||
|
||||
static void add_one_and_complete(void)
|
||||
{
|
||||
char *item = "Hello";
|
||||
Autocomplete ac = autocomplete_new();
|
||||
autocomplete_add(ac, "Hello");
|
||||
char *result = autocomplete_complete(ac, "Hel");
|
||||
|
Loading…
Reference in New Issue
Block a user