mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 08:34:36 -04:00
Fix typos
This commit is contained in:
parent
1911b28865
commit
696b99b1d2
2 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ void lookup(const char set_string[], const char *table[], const char data, char
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return true (1) if a module is dark/black, orherwise false (0) */
|
/* Return true (1) if a module is dark/black, otherwise false (0) */
|
||||||
int module_is_set(const struct zint_symbol *symbol, const int y_coord, const int x_coord) {
|
int module_is_set(const struct zint_symbol *symbol, const int y_coord, const int x_coord) {
|
||||||
return (symbol->encoded_data[y_coord][x_coord / 7] >> (x_coord % 7)) & 1;
|
return (symbol->encoded_data[y_coord][x_coord / 7] >> (x_coord % 7)) & 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1339,7 +1339,7 @@ required. The GTIN check digit and AI (01) are added by Zint.
|
||||||
|
|
||||||
6.1.11.5 NVE-18
|
6.1.11.5 NVE-18
|
||||||
---------------
|
---------------
|
||||||
A variation of Code 128 the "Nummber der Versandeinheit" standard includes both
|
A variation of Code 128 the "Nummer der Versandeinheit" standard includes both
|
||||||
modulo-10 and modulo-103 check digits. NVE-18 requires a 17 digit numerical
|
modulo-10 and modulo-103 check digits. NVE-18 requires a 17 digit numerical
|
||||||
input and check digits are added by Zint.
|
input and check digits are added by Zint.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue