summaryrefslogtreecommitdiff
path: root/src/visualwall.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/visualwall.ml')
-rw-r--r--src/visualwall.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/visualwall.ml b/src/visualwall.ml
index 773f226..bde6fd8 100644
--- a/src/visualwall.ml
+++ b/src/visualwall.ml
@@ -108,7 +108,7 @@ let main () =
for j = 0 to !y_dim - 1 do
for i = !x_offset to !x_dim + !x_offset - 1 do
if My_Wall.has_value !number_wall ~x:i ~y:j &&
- Z.rem (My_Wall.get !number_wall ~x:i ~y:j) (Z.of_int !modulus) <> My_Algebra.zero
+ Z.rem (My_Wall.get !number_wall ~x:i ~y:j) (Z.of_int !modulus) <> My_Algebra.zero
then
!pixmap_area#set_foreground (`RGB !background_color)
else