Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 29, 2024
1 parent ff06355 commit fb58d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/printbox-text/PrintBox_text.ml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ end = struct
}

type display_connections = {
mutable nontree: display_conn_basic;
mutable tree: display_conn_basic;
nontree: display_conn_basic;
tree: display_conn_basic;
}

let init_connection () =
Expand Down

0 comments on commit fb58d77

Please sign in to comment.