Fix mixed unix / windows EOL

This commit is contained in:
Boris Zentner 2017-10-23 21:34:31 +02:00 committed by Robin Stuart
parent 2372c16ba0
commit 45441a6da7
24 changed files with 278 additions and 255 deletions

View File

@ -355,3 +355,4 @@ int dpident(struct zint_symbol *symbol, unsigned char source[], int length) {
ustrcpy(symbol->text, (unsigned char*) localstr); ustrcpy(symbol->text, (unsigned char*) localstr);
return error_number; return error_number;
} }

View File

@ -253,3 +253,4 @@ int australia_post(struct zint_symbol *symbol, unsigned char source[], int lengt
return error_number; return error_number;
} }

View File

@ -1004,3 +1004,4 @@ int codablock(struct zint_symbol *symbol,const unsigned char source[], const siz
} }
return 0; return 0;
} }

View File

@ -589,3 +589,4 @@ int channel_code(struct zint_symbol *symbol, unsigned char source[], int length)
return error_number; return error_number;
} }

View File

@ -1769,3 +1769,4 @@ int code_one(struct zint_symbol *symbol, unsigned char source[], int length) {
return 0; return 0;
} }

View File

@ -1086,3 +1086,4 @@ int ean_14(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number; return error_number;
} }

View File

@ -733,3 +733,4 @@ int code16k(struct zint_symbol *symbol, unsigned char source[], const size_t len
} }

View File

@ -1873,3 +1873,4 @@ int composite(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number; return error_number;
} }

View File

@ -1315,3 +1315,4 @@ int dmatrix(struct zint_symbol *symbol, const unsigned char source[], const size
return error_number; return error_number;
} }

View File

@ -1222,3 +1222,4 @@ int emf_plot(struct zint_symbol *symbol) {
} }
return error_number; return error_number;
} }

View File

@ -1207,3 +1207,4 @@ int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], size_t
return 0; return 0;
} }

View File

@ -1570,3 +1570,4 @@ int han_xin(struct zint_symbol *symbol, const unsigned char source[], size_t len
return 0; return 0;
} }

View File

@ -733,3 +733,4 @@ int maxicode(struct zint_symbol *symbol, unsigned char local_source[], const int
return internal_error; return internal_error;
} }

View File

@ -305,3 +305,4 @@ int code32(struct zint_symbol *symbol, unsigned char source[], int length) {
return error_number; return error_number;
} }

View File

@ -1288,3 +1288,4 @@ int micro_pdf417(struct zint_symbol *symbol, unsigned char chaine[], const size_
return codeerr; return codeerr;
} }

View File

@ -189,3 +189,4 @@ int png_pixel_plot(struct zint_symbol *symbol, char *pixelbuf) {
return 0; return 0;
} }
#endif /* NO_PNG */ #endif /* NO_PNG */

View File

@ -973,3 +973,4 @@ int ps_plot(struct zint_symbol *symbol) {
return error_number; return error_number;
} }

View File

@ -2980,3 +2980,4 @@ int upnqr(struct zint_symbol *symbol, const unsigned char source[], size_t lengt
return 0; return 0;
} }

View File

@ -1142,3 +1142,4 @@ int plot_raster(struct zint_symbol *symbol, int rotate_angle, int file_type) {
return error; return error;
} }

View File

@ -847,3 +847,4 @@ void render_free(struct zint_symbol *symbol) {
symbol->rendered = NULL; symbol->rendered = NULL;
} }
} }

View File

@ -2312,3 +2312,4 @@ int rssexpanded(struct zint_symbol *symbol, unsigned char source[], int src_len)
return 0; return 0;
} }

View File

@ -50,3 +50,4 @@ typedef INT32 int32_t;
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* STDINT_MSVC_H */ #endif /* STDINT_MSVC_H */

View File

@ -851,3 +851,4 @@ static int Encode(Tcl_Interp *interp, int objc,
} }
return TCL_OK; return TCL_OK;
} }