summaryrefslogtreecommitdiff
path: root/src/svg.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-10-28 18:08:41 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-10-28 18:08:41 (GMT)
commit45e5cdea69183374166484baa8cef47c40bfb722 (patch)
tree4e31c318f59d8b15302b0f37360eb9a70711af53 /src/svg.h
parentec41b7e4321986140bffdb87ca7efefb1d57f881 (diff)
fix typo
Diffstat (limited to 'src/svg.h')
-rw-r--r--src/svg.h4
1 files changed, 2 insertions, 2 deletions
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;
contact: Jan Huwald // Impressum