Untitled
public text v1 · immutablediff --git a/apps/mupdfclean.c b/apps/mupdfclean.c
index 2b652d9..5b95fda 100644
--- a/apps/mupdfclean.c
+++ b/apps/mupdfclean.c
@@ -59,9 +59,9 @@ static pdf_obj *sweepref(pdf_obj *obj)
int gen = pdf_to_gen(obj);
if (num < 0 || num >= xref->len)
- return;
+ return NULL;
if (uselist[num])
- return;
+ return NULL;
uselist[num] = 1;