X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2Focr.h;fp=pctb%2Focr.h;h=389a7d27a8224b4925081de24bff63fb568ce5eb;hp=97a5c66997f16efa2abdf586979e21ffc5c9b1be;hb=af1d80a949cfb4d17084f7b2fe52ac0b75c71473;hpb=8d6cf0f224b5df9866eba9350343067edcee78dd diff --git a/pctb/ocr.h b/pctb/ocr.h index 97a5c66..389a7d2 100644 --- a/pctb/ocr.h +++ b/pctb/ocr.h @@ -38,7 +38,7 @@ typedef uint32_t Pixcol; typedef struct { const char *s; /* valid until next call to ocr() */ int l,r; /* column numbers */ - unsigned ctxmap; /* match context index */ + int ctxi; /* match context index */ } OcrResultGlyph;