run: avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2021-07-17 02:48:38 +02:00
parent 5f9dfcef0f
commit 97b733966c

View File

@ -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();