mercurial/mpatch.c
changeset 1746 299c3e26ee45
parent 1722 681c5c211b92
child 1978 10606ee61107
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -66,7 +66,7 @@ static struct flist *lalloc(int size)
 			a = NULL;
 		} else
 			a->head = a->tail = a->base;
-			return a;
+		return a;
 	}
 	if (!PyErr_Occurred())
 		PyErr_NoMemory();