From 85f7c8707071aa23a2a620418c9fae8c4ca9c6ae Mon Sep 17 00:00:00 2001 From: Thierry HUCHARD Date: Fri, 29 Jan 2021 21:54:28 +0100 Subject: [PATCH] Fix build --- backend/escl/escl_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/escl/escl_status.c b/backend/escl/escl_status.c index 4e1a51659..4ff5133e8 100644 --- a/backend/escl/escl_status.c +++ b/backend/escl/escl_status.c @@ -133,7 +133,7 @@ print_xml_platen_and_adf_status(xmlNode *node, SANE_Status *job, SANE_Status *stateReason, int *image, - int sr) + int *sr) { while (node) { if (node->type == XML_ELEMENT_NODE) {