diff options
Diffstat (limited to 'test_line.c')
-rw-r--r-- | test_line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_line.c b/test_line.c index c001cc5..497cf47 100644 --- a/test_line.c +++ b/test_line.c @@ -71,6 +71,7 @@ int main() if (0==bline->pop_line(&getline,&sz)) { printf("[");print_s(getline,sz); printf("]\n"); + bline->print(); } printf("End test\n"); |