mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Fix mixed unix / windows EOL
This commit is contained in:
parent
2372c16ba0
commit
45441a6da7
24 changed files with 278 additions and 255 deletions
|
@ -745,7 +745,7 @@ int emf_plot(struct zint_symbol *symbol) {
|
|||
}
|
||||
|
||||
/* Make image rectangles, circles, hexagons */
|
||||
for (this_row = 0; this_row < symbol->rows; this_row++) {
|
||||
for (this_row = 0; this_row < symbol->rows; this_row++) {
|
||||
float row_posn;
|
||||
|
||||
if (symbol->row_height[this_row] == 0) {
|
||||
|
@ -1222,3 +1222,4 @@ int emf_plot(struct zint_symbol *symbol) {
|
|||
}
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue