summaryrefslogtreecommitdiff
path: root/test_line.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-05-12 15:47:50 +0100
committerFreeArtMan <dos21h@gmail.com>2019-05-12 15:47:50 +0100
commite02f131fdec629a043471962d7137ed929b2a6a1 (patch)
tree07a8901e11f781d27767c6af43ff9e3979bf7827 /test_line.c
parent709c4bd0e02a0dcb609b841053da9624f41440cc (diff)
downloadlibbuf-e02f131fdec629a043471962d7137ed929b2a6a1.tar.gz
libbuf-e02f131fdec629a043471962d7137ed929b2a6a1.zip
Cleanup from debug output
Diffstat (limited to 'test_line.c')
-rw-r--r--test_line.c1
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");