mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Tabs/typo in zint.h; PostNet -> POSTNET; ui: shortcuts, tooltips; tests inkscape -> libreoffice
This commit is contained in:
parent
36c19053d7
commit
e37a82a8f1
90 changed files with 1048 additions and 840 deletions
|
@ -161,7 +161,6 @@ static void test_dump_args(int index, int debug) {
|
|||
|
||||
testStart("");
|
||||
|
||||
int ret;
|
||||
struct item {
|
||||
int b;
|
||||
char *data;
|
||||
|
@ -280,7 +279,6 @@ static void test_input(int index, int debug) {
|
|||
|
||||
testStart("");
|
||||
|
||||
int ret;
|
||||
struct item {
|
||||
int b;
|
||||
int batch;
|
||||
|
@ -351,7 +349,6 @@ static void test_batch_input(int index, int debug) {
|
|||
|
||||
testStart("");
|
||||
|
||||
int ret;
|
||||
struct item {
|
||||
int b;
|
||||
char *data;
|
||||
|
@ -410,7 +407,6 @@ static void test_batch_large(int index, int debug) {
|
|||
|
||||
testStart("");
|
||||
|
||||
int ret;
|
||||
struct item {
|
||||
int b;
|
||||
int mirror;
|
||||
|
@ -469,7 +465,6 @@ static void test_checks(int index, int debug) {
|
|||
|
||||
testStart("");
|
||||
|
||||
int ret;
|
||||
struct item {
|
||||
int addongap;
|
||||
int border;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue