From 7ae2e68396142a54ee6919babaa1beab61926ccb Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 11 Sep 2016 08:47:34 +0100 Subject: [PATCH] Typo-- --- backend/raster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/raster.c b/backend/raster.c index 6bc0ed70..16be4d12 100644 --- a/backend/raster.c +++ b/backend/raster.c @@ -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) {