summaryrefslogtreecommitdiff
path: root/test/device.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/device.cxx')
-rw-r--r--test/device.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/device.cxx b/test/device.cxx
index bd613a238..050b159cd 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -608,7 +608,7 @@ void print(Fl_Widget *, void *w) {
p->end_job();
}
delete p;
-};
+}
/*void print2(Fl_Widget *, void *w) {
Fl_Widget * g = (Fl_Widget *)w;
@@ -731,4 +731,4 @@ b_bitmap.labelcolor(FL_GREEN);
Fl::run();
return 0;
-};
+}