kopia lustrzana https://gitlab.com/sane-project/backends
backend/kodakio.c: Remove unnecessary Unicode character
There is an bidirectional Unicode character <202d> in the comment. The character looks like a typo, because it does not look fitting there, so IMHO it can be removed. Checking tools like rpminspect are wary of Unicode characters in the code after CVE regarding bidirectional Unicode characters from several years ago, and character <202d> is for left-to-right override in Unicode, so tools report them as an issue.734-support-for-canon-i-sensys-mf657cdw-mf650c-series
rodzic
617034f7f6
commit
8cf5af772c
|
@ -1827,7 +1827,7 @@ k_init_parametersta(KodakAio_Scanner * s)
|
|||
SANE_UNFIX(s->val[OPT_BR_X].w), SANE_UNFIX(s->val[OPT_BR_Y].w));
|
||||
|
||||
/*
|
||||
* The default color depth is stored in mode_params.depth:
|
||||
* The default color depth is stored in mode_params.depth:
|
||||
*/
|
||||
if (mode_params[s->val[OPT_MODE].w].depth == 1)
|
||||
s->params.depth = 1;
|
||||
|
|
Ładowanie…
Reference in New Issue