summaryrefslogtreecommitdiff
path: root/backend/hp3900_sane.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:29 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-06-09 14:27:29 +0200
commit652efae78c00b812033ea162d76cd13bd40dcab6 (patch)
tree7c139f4d2a28061607cd7e2269693df993e5d60a /backend/hp3900_sane.c
parentbfa2ae8e43fcbab696f272fffd164d0637e965c5 (diff)
New upstream version 1.4.0upstream/1.4.0upstream
Diffstat (limited to 'backend/hp3900_sane.c')
-rw-r--r--backend/hp3900_sane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/hp3900_sane.c b/backend/hp3900_sane.c
index 5face5e..daf04f1 100644
--- a/backend/hp3900_sane.c
+++ b/backend/hp3900_sane.c
@@ -1752,7 +1752,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
SANE_Char line[PATH_MAX];
SANE_Char *str = NULL;
SANE_String_Const proper_str;
- SANE_Int nline = 0;
+ //SANE_Int nline = 0;
/* Initialize debug */
DBG_INIT ();
@@ -1771,7 +1771,7 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback authorize)
{
while (sanei_config_read (line, sizeof (line), conf_fp))
{
- nline++;
+ //nline++;
if (str)
free (str);