alpine/pine-nonvoid-function.patch

17 lines
355 B
Diff
Raw Normal View History

---
pith/filter.c | 1 +
1 file changed, 1 insertion(+)
Index: alpine-2.10/pith/filter.c
===================================================================
--- alpine-2.10.orig/pith/filter.c
+++ alpine-2.10/pith/filter.c
@@ -7710,6 +7710,7 @@ html_element_comment(FILTER_S *f, char *
}
}
}
+ return(1); /* Is this correct? */
}