Merge pull request #30 from nuxeh/edcragg/fix-last-color-warning
identify: fix warning
This commit is contained in:
commit
c4abca0eec
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ static void finder_scan(struct quirc *q, int y)
|
|||
{
|
||||
quirc_pixel_t *row = q->pixels + y * q->w;
|
||||
int x;
|
||||
int last_color;
|
||||
int last_color = 0;
|
||||
int run_length = 0;
|
||||
int run_count = 0;
|
||||
int pb[5];
|
||||
|
|
Loading…
Reference in a new issue