mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
compile error fixed
This commit is contained in:
parent
91f66ec57d
commit
2e6fb6a109
3 changed files with 15 additions and 7 deletions
|
@ -343,7 +343,7 @@ void add_shift_char(char binary[], int shifty) {
|
|||
bin_append(glyph, 6, binary);
|
||||
}
|
||||
|
||||
static int gm_encode(int gbdata[], const size_t length, char binary[], int reader, int eci, int debug) {
|
||||
static int gm_encode(int gbdata[], const size_t length, char binary[],const int reader,const int eci, int debug) {
|
||||
/* Create a binary stream representation of the input data.
|
||||
7 sets are defined - Chinese characters, Numerals, Lower case letters, Upper case letters,
|
||||
Mixed numerals and latters, Control characters and 8-bit binary data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue