aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--boxes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.c b/boxes.c
index 1b857a4..467ed19 100644
--- a/boxes.c
+++ b/boxes.c
@@ -1325,6 +1325,7 @@ void drawBoxes(box *box)
1325 else 1325 else
1326 drawBox(box); 1326 drawBox(box);
1327} 1327}
1328
1328void calcBoxes(box *box) 1329void calcBoxes(box *box)
1329{ 1330{
1330 if (box->sub1) // If there's one sub box, there's always two. 1331 if (box->sub1) // If there's one sub box, there's always two.
@@ -2651,4 +2652,3 @@ void boxes_main(void)
2651 puts("\n"); 2652 puts("\n");
2652 fflush(stdout); 2653 fflush(stdout);
2653} 2654}
2654