Show More
@@ -275,7 +275,7 b' static int diff(struct line *a, int an, ' | |||
|
275 | 275 | /* sentinel end hunk */ |
|
276 | 276 | curr->next = (struct hunk *)malloc(sizeof(struct hunk)); |
|
277 | 277 | if (!curr->next) |
|
278 |
return |
|
|
278 | return -1; | |
|
279 | 279 | curr = curr->next; |
|
280 | 280 | curr->a1 = curr->a2 = an; |
|
281 | 281 | curr->b1 = curr->b2 = bn; |
General Comments 0
You need to be logged in to leave comments.
Login now