aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'libibex/ibex_block.c')
-rw-r--r--libibex/ibex_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libibex/ibex_block.c b/libibex/ibex_block.c
index 565b8f02dc..41388162c4 100644
--- a/libibex/ibex_block.c
+++ b/libibex/ibex_block.c
@@ -159,7 +159,7 @@ int
ibex_index_buffer (ibex *ib, char *name, char *buffer, size_t len, size_t *unread)
{
char *p, *q, *nq, *end, *word;
- int wordsiz, cat;
+ int wordsiz, cat = 0;
GHashTable *words = g_hash_table_new(g_str_hash, g_str_equal);
GPtrArray *wordlist = g_ptr_array_new();
int i, ret=-1;