mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Typo--
This commit is contained in:
parent
e0402ba434
commit
7ae2e68396
@ -59,7 +59,7 @@ int save_raster_image_to_file(struct zint_symbol *symbol, int image_height, int
|
|||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
char rotated_pixbuf[image_height * image_width];
|
char rotated_pixbuf[image_height * image_width];
|
||||||
#else
|
#else
|
||||||
char* rrotated_pixbuf = (char *) _alloca((image_height * image_width) * sizeof (char));
|
char* rotated_pixbuf = (char *) _alloca((image_height * image_width) * sizeof (char));
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
switch (rotate_angle) {
|
switch (rotate_angle) {
|
||||||
|
Loading…
Reference in New Issue
Block a user