mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
CEPNET: height/quiet zones, backend_tcl, test suite
This commit is contained in:
parent
400f124a04
commit
b42f456b88
12 changed files with 1642 additions and 1576 deletions
|
@ -683,7 +683,7 @@ static int dm_switch_mode(const int next_mode, unsigned char target[], int tp, i
|
|||
|
||||
#define DM_NUM_MODES 6
|
||||
|
||||
static char *dm_smodes[] = { "?", "ASCII", "C40", "TEXT", "X12", "EDF", "B256" };
|
||||
static const char *dm_smodes[] = { "?", "ASCII", "C40", "TEXT", "X12", "EDF", "B256" };
|
||||
|
||||
/* The size of this structure could be significantly reduced using techniques pointed out by Alex Geller,
|
||||
but not done currently to avoid the processing overhead */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue