summaryrefslogtreecommitdiffstats
path: root/test/Moretest/graph_example.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2000-04-07 16:15:34 +0000
committerDamien Doligez <damien.doligez-inria.fr>2000-04-07 16:15:34 +0000
commitc546d3683d01c70fcd737d46bb280aae91bd9aa3 (patch)
tree0f4dd1234a32da1d69fe86357f2f72af0e81e863 /test/Moretest/graph_example.ml
parentd3c45d93f083cf7d30b54f682f0fcf6141d9ae58 (diff)
MacOS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3049 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'test/Moretest/graph_example.ml')
-rw-r--r--test/Moretest/graph_example.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Moretest/graph_example.ml b/test/Moretest/graph_example.ml
index dfb923f7b..9ddf971b6 100644
--- a/test/Moretest/graph_example.ml
+++ b/test/Moretest/graph_example.ml
@@ -27,7 +27,7 @@ let point x y =
else if dg > db then set_color (rgb (255*dr/dg) 255 (255*db/dg))
else set_color (rgb (255*dr/db) (255*dg/db) 255);
fill_rect x y 2 2;
-;;
+;;
for y = (size_y () - 1) / 2 downto 0 do
for x = 0 to (size_x () - 1) / 2 do