From d02fed10442a49b3d69a659e0f19c336fd7c15fa Mon Sep 17 00:00:00 2001
From: Pompolic <pompolic@special-circumstanc.es>
Date: Fri, 22 May 2020 18:19:03 +0200
Subject: [PATCH] Remove superfluous fprintf

---
 pdf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pdf.c b/pdf.c
index 2f7a46f..55d7754 100644
--- a/pdf.c
+++ b/pdf.c
@@ -764,7 +764,6 @@ validate_xrstm(HParseResult *p, void *u)
 
 	if (!xrefs)
 	{
-		fprintf(stderr, "XRef table missing or corrupt!");
 		return false;
 	}
 
-- 
GitLab