mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 14:04:19 -04:00
--typo
This commit is contained in:
parent
7eaa82bfa1
commit
b968073d71
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ int pcx_pixel_plot(struct zint_symbol *symbol, int image_height, int image_width
|
||||||
case 0: /* Plot the right way up */
|
case 0: /* Plot the right way up */
|
||||||
for (row = 0; row < image_height; row++) {
|
for (row = 0; row < image_height; row++) {
|
||||||
for (column = 0; column < image_width; column++) {
|
for (column = 0; column < image_width; column++) {
|
||||||
rotated_bitmap[(row * symbol->bitmap_width) + column] =
|
rotated_bitmap[(row * image_width) + column] =
|
||||||
*(pixelbuf + (image_width * row) + column);
|
*(pixelbuf + (image_width * row) + column);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue