$OpenBSD: patch-src_article_c,v 1.1 2010/05/22 21:19:20 espie Exp $
--- src/article.c.orig	Sat May 22 23:17:54 2010
+++ src/article.c	Sat May 22 23:18:05 2010
@@ -35,7 +35,7 @@ OtsSentence *
 ots_new_sentence (void)
 {
   OtsSentence *aLine = g_new0 (OtsSentence, 1);
-  (GList *) aLine->words = NULL;
+  aLine->words = NULL;
   aLine->wc = 0;
   aLine->selected = 0;
   aLine->score = 0;
