diff options
Diffstat (limited to 'boxes.c')
-rw-r--r-- | boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1325,6 +1325,7 @@ void drawBoxes(box *box) | |||
1325 | else | 1325 | else |
1326 | drawBox(box); | 1326 | drawBox(box); |
1327 | } | 1327 | } |
1328 | |||
1328 | void calcBoxes(box *box) | 1329 | void 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 | |||