From 7bc9c57e8c34ada75761e608b7aed1f429257b17 Mon Sep 17 00:00:00 2001 From: Ordissimo Date: Wed, 27 Sep 2023 15:48:48 +0200 Subject: [PATCH] Fix syntax --- backend/pixma/pixma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pixma/pixma.c b/backend/pixma/pixma.c index 51c3b0c79..928bdf66d 100644 --- a/backend/pixma/pixma.c +++ b/backend/pixma/pixma.c @@ -297,7 +297,7 @@ static SANE_Status config_attach_pixma(SANEI_Config __sane_unused__ * config, } } else { - + return config_attach_pixma_generic (line); } return SANE_STATUS_INVAL;