about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard.mu b/chessboard.mu
index feb49058..17f3f771 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -151,7 +151,7 @@ def print-board screen:&:screen, board:board -> screen:&:screen [
     break-if done?
     # print rank number as a legend
     rank:num <- add row, 1
-    print-integer screen, rank
+    print screen, rank
     print screen, [ | ]
     # print each square in the row
     col:num <- copy 0