From 45e5cdea69183374166484baa8cef47c40bfb722 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 28 Oct 2012 13:08:41 -0500 Subject: fix typo diff --git a/src/svg.h b/src/svg.h index 91d9bc6..776595e 100644 --- a/src/svg.h +++ b/src/svg.h @@ -9,8 +9,8 @@ namespace OpenSCAD { // currently for debugging, not necessarily pretty or useful for users. (yet) -#define SVG_PXW 480; -#define SVG_PXH 480; +#define SVG_PXW 480 +#define SVG_PXH 480 static int svg_cursor_py = 0; static int svg_px_width = SVG_PXW; static int svg_px_height = SVG_PXH; -- cgit v0.10.1