aboutsummaryrefslogtreecommitdiff
path: root/src/addr_compl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/addr_compl.c')
-rw-r--r--src/addr_compl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addr_compl.c b/src/addr_compl.c
index 0cdfb2e3..25d31a43 100644
--- a/src/addr_compl.c
+++ b/src/addr_compl.c
@@ -754,7 +754,7 @@ static gboolean address_completion_entry_key_pressed(GtkEntry *entry,
static gboolean address_completion_complete_address_in_entry(GtkEntry *entry,
gboolean next)
{
- gint ncount, cursor_pos;
+ gint ncount = 0, cursor_pos;
gchar *address, *new = NULL;
gboolean completed = FALSE;