summaryrefslogtreecommitdiff
path: root/tal-reent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tal-reent.c')
-rw-r--r--tal-reent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tal-reent.c b/tal-reent.c
index ee11be853..bbb1cb751 100644
--- a/tal-reent.c
+++ b/tal-reent.c
@@ -63,7 +63,7 @@ void
__gmp_tmp_reentrant_free (struct tmp_reentrant_t *mark)
{
struct tmp_reentrant_t *next;
-
+
while (mark != NULL)
{
next = mark->next;