summaryrefslogtreecommitdiff
path: root/biblio.c
diff options
context:
space:
mode:
Diffstat (limited to 'biblio.c')
-rw-r--r--biblio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/biblio.c b/biblio.c
index f4c5413..823588c 100644
--- a/biblio.c
+++ b/biblio.c
@@ -95,8 +95,10 @@ void gen_citations(paragraph *source, keywordlist *kl) {
word *wd = smalloc(sizeof(word));
wd->text = gentext(++bibnum);
wd->type = word_Normal;
+ wd->breaks = FALSE;
wd->alt = NULL;
wd->next = NULL;
+ wd->aux = 0;
kw->text = wd;
}
para->kwtext = kw->text;