##// END OF EJS Templates
bdiff: document that bdiff_freehunks() accepts NULL...
Yuya Nishihara -
r38327:068e774a default
parent child Browse files
Show More
@@ -310,6 +310,7 b' int bdiff_diff(struct bdiff_line *a, int'
310 310 return count;
311 311 }
312 312
313 /* deallocate list of hunks; l may be NULL */
313 314 void bdiff_freehunks(struct bdiff_hunk *l)
314 315 {
315 316 struct bdiff_hunk *n;
General Comments 0
You need to be logged in to leave comments. Login now