diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-28 18:08:41 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-28 18:08:41 (GMT) |
commit | 45e5cdea69183374166484baa8cef47c40bfb722 (patch) | |
tree | 4e31c318f59d8b15302b0f37360eb9a70711af53 /src/svg.h | |
parent | ec41b7e4321986140bffdb87ca7efefb1d57f881 (diff) |
fix typo
Diffstat (limited to 'src/svg.h')
-rw-r--r-- | src/svg.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |