Comment typo.
This commit is contained in:
parent
93adbb0b11
commit
6f0ed74aa2
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ static void threshold(struct quirc *q)
|
||||||
quirc_pixel_t *row = q->pixels;
|
quirc_pixel_t *row = q->pixels;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ensure a sane, non-zero value for threshold_s to
|
* Ensure a sane, non-zero value for threshold_s.
|
||||||
*
|
*
|
||||||
* threshold_s can be zero if the image width is small. We need to avoid
|
* threshold_s can be zero if the image width is small. We need to avoid
|
||||||
* SIGFPE as it will be used as divisor.
|
* SIGFPE as it will be used as divisor.
|
||||||
|
|
Loading…
Reference in a new issue