From 7d8d09f3c025876713b297d2dc83e5132a52033a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 30 Jul 2009 12:56:54 +0200 Subject: [PATCH] make compile --- lib/roken/strpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/strpool.c b/lib/roken/strpool.c index 60eddc633..642d335de 100644 --- a/lib/roken/strpool.c +++ b/lib/roken/strpool.c @@ -103,7 +103,7 @@ rk_strpoolcollect(struct rk_strpool *p) char *str; if (p == NULL) return strdup(""); - str = = p->str; + str = p->str; p->str = NULL; free(p); return str;