diff options
author | FreeArtMan <dos21h@gmail.com> | 2019-05-12 15:47:50 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2019-05-12 15:47:50 +0100 |
commit | e02f131fdec629a043471962d7137ed929b2a6a1 (patch) | |
tree | 07a8901e11f781d27767c6af43ff9e3979bf7827 /test_line.c | |
parent | 709c4bd0e02a0dcb609b841053da9624f41440cc (diff) | |
download | libbuf-e02f131fdec629a043471962d7137ed929b2a6a1.tar.gz libbuf-e02f131fdec629a043471962d7137ed929b2a6a1.zip |
Cleanup from debug output
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"); |