Show More
@@ -239,7 +239,7 b' static struct hunklist diff(struct line ' | |||||
239 |
|
239 | |||
240 | static PyObject *blocks(PyObject *self, PyObject *args) |
|
240 | static PyObject *blocks(PyObject *self, PyObject *args) | |
241 | { |
|
241 | { | |
242 | PyObject *sa, *sb, *rl, *m; |
|
242 | PyObject *sa, *sb, *rl = NULL, *m; | |
243 | struct line *a, *b; |
|
243 | struct line *a, *b; | |
244 | struct hunklist l; |
|
244 | struct hunklist l; | |
245 | struct hunk *h; |
|
245 | struct hunk *h; |
General Comments 0
You need to be logged in to leave comments.
Login now