mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-19 10:57:07 +00:00
Typo--
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user