diff options
-rw-r--r-- | nodelink.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ static void printeach(strbstnode* loc, char reprint) { if (!reprint) printf(" "); // indent on subnode printlink(loc->ind, loc->data); // prints it if (reprint) { // and their subnodes if iterating over root tree - printf("subnodes:\n"); // prints the link's target's link tree printeach( ( (link*)loc->data)->to->links->head, 0); } |