Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
0d489aae
Commit
0d489aae
authored
Jul 28, 2000
by
David Lawrence
Browse files
missing newline
parent
d49d75f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/rbt_test.c
View file @
0d489aae
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbt_test.c,v 1.3
5
2000/07/2
7
0
9:38:22
tale Exp $ */
/* $Id: rbt_test.c,v 1.3
6
2000/07/2
8
0
2:59:05
tale Exp $ */
#include <config.h>
...
...
@@ -96,6 +96,7 @@ delete_name(void *data, void *arg) {
static
void
print_name
(
dns_name_t
*
name
)
{
char
buffer
[
1024
];
dns_name_format
(
name
,
buffer
,
sizeof
(
buffer
));
printf
(
"%s"
,
buffer
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment