summaryrefslogtreecommitdiffstats
path: root/rfc1035/rfc1035.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfc1035/rfc1035.h')
-rw-r--r--rfc1035/rfc1035.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfc1035/rfc1035.h b/rfc1035/rfc1035.h
index 1d6eb31..7b9c4e7 100644
--- a/rfc1035/rfc1035.h
+++ b/rfc1035/rfc1035.h
@@ -540,8 +540,8 @@ const char *rfc1035_fmttime(unsigned long, char *);
char *rfc1035_dumprrdata(struct rfc1035_reply *, struct rfc1035_rr *);
int rfc1035_rr_gettxt(struct rfc1035_rr *,
- int,
- char buf[256]);
+ int,
+ char buf[256]);
/*
** I ignore any possible bugs in the resolver functions, and roll my own,