summaryrefslogtreecommitdiff
path: root/backend/lexmark_low.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-09-15 09:27:16 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-09-15 09:27:16 +0200
commita00358f07e4474d0cbc8817d7b2f2d2c5cbdac0c (patch)
tree506c2deebcad7684c125e894a7eee29598ed2ecd /backend/lexmark_low.c
parent7a3814ff46a11da098906af8621571b1a323226e (diff)
parent0b8a357c867854848e6987edcf4433a9a6534ba7 (diff)
Merge branch 'release/debian/1.4.0-1'HEADdebian/1.4.0-1master
Diffstat (limited to 'backend/lexmark_low.c')
-rw-r--r--backend/lexmark_low.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/lexmark_low.c b/backend/lexmark_low.c
index 246455f..a0237c7 100644
--- a/backend/lexmark_low.c
+++ b/backend/lexmark_low.c
@@ -2497,7 +2497,7 @@ sanei_lexmark_low_find_start_line (Lexmark_Device * dev)
*/
- int blackLineCount = 0;
+// int blackLineCount = 0;
int whiteLineCount = 0;
int blackByteCounter = 0;
unsigned char max_byte = 0;
@@ -2838,14 +2838,14 @@ sanei_lexmark_low_find_start_line (Lexmark_Device * dev)
if (blackByteCounter > 0)
{
/* This was a black line */
- blackLineCount++;
+// blackLineCount++;
whiteLineCount = 0;
}
else
{
/* This is a white line */
whiteLineCount++;
- blackLineCount = 0;
+// blackLineCount = 0;
}
} /* end for buffer */