mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Fix typos
This commit is contained in:
committed by
Robin Stuart
parent
1911b28865
commit
696b99b1d2
@ -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) {
|
||||
return (symbol->encoded_data[y_coord][x_coord / 7] >> (x_coord % 7)) & 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user