run: avoid a compilation warning
This commit is contained in:
parent
5f9dfcef0f
commit
97b733966c
|
@ -202,7 +202,7 @@ static GtkWidget * _new_entry(Config * config)
|
||||||
GtkEntryCompletion * completion;
|
GtkEntryCompletion * completion;
|
||||||
GtkListStore * store;
|
GtkListStore * store;
|
||||||
int i;
|
int i;
|
||||||
char buf[10];
|
char buf[16];
|
||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
|
|
||||||
entry = gtk_entry_new();
|
entry = gtk_entry_new();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user