commit 87f7918db232f45516ff314a7e30b4009196fc1a from: Omar Polo date: Wed Jul 14 20:16:25 2021 UTC de-const-ify commit - 14feea06d1ae1fcf462d403b20446bd5d8b55218 commit + 87f7918db232f45516ff314a7e30b4009196fc1a blob - 650ba05127cb54a9873dbb6639847a2a719cf4f5 blob + cf6d51f34bd83d0c7f24647f255e03c028f98c6c --- wrap.c +++ wrap.c @@ -78,7 +78,7 @@ empty_vlist(struct buffer *buffer) } static int -push_line(struct buffer *buffer, const struct line *l, const char *buf, size_t len, int flags) +push_line(struct buffer *buffer, struct line *l, const char *buf, size_t len, int flags) { struct vline *vl;