aboutsummaryrefslogtreecommitdiff
path: root/judge/dummy_game.ml
diff options
context:
space:
mode:
Diffstat (limited to 'judge/dummy_game.ml')
-rw-r--r--judge/dummy_game.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/judge/dummy_game.ml b/judge/dummy_game.ml
index 4ac4eac..e795ec7 100644
--- a/judge/dummy_game.ml
+++ b/judge/dummy_game.ml
@@ -29,7 +29,7 @@ module G : GAME = struct
let open Graphics in
let open G_util in
let pt = function P1 -> p1n | P2 -> p2n in
- List.iteri
+ iteri
(fun i (p, x) ->
text2 (i+4) black (string_of_int i);
text3 (i+4) (pc p) x)