mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Typo--
This commit is contained in:
parent
e0402ba434
commit
7ae2e68396
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ int save_raster_image_to_file(struct zint_symbol *symbol, int image_height, int
|
|||
#ifndef _MSC_VER
|
||||
char rotated_pixbuf[image_height * image_width];
|
||||
#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 */
|
||||
|
||||
switch (rotate_angle) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue