##// END OF EJS Templates
Fixed misleading indentation in mpatch.c
Thomas Arendsen Hein -
r1746:299c3e26 default
parent child Browse files
Show More
@@ -66,7 +66,7 static struct flist *lalloc(int size)
66 66 a = NULL;
67 67 } else
68 68 a->head = a->tail = a->base;
69 return a;
69 return a;
70 70 }
71 71 if (!PyErr_Occurred())
72 72 PyErr_NoMemory();
General Comments 0
You need to be logged in to leave comments. Login now