2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
This commit is contained in:
Bob Halley
1999-10-05 19:50:53 +00:00
parent 205f50f12e
commit 10ba7f6f56
13 changed files with 27 additions and 39 deletions

View File

@@ -155,10 +155,10 @@ dns_masterfile_style_debug = {
#define N_SPACES 10
char spaces[N_SPACES] = " ";
char spaces[N_SPACES+1] = " ";
#define N_TABS 10
char tabs[N_TABS] = "\t\t\t\t\t\t\t\t\t\t";
char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t";