diff options
Diffstat (limited to 'networking/dnsd.c')
-rw-r--r-- | networking/dnsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/dnsd.c b/networking/dnsd.c index 97ba2dc..bd0fad4 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c @@ -109,7 +109,7 @@ static void undot(uint8_t * rip) * Presently the dot is copied into name without * converting to a length/string substring for that label. */ -static int getfileentry(FILE * fp, struct dns_entry *s) +static int getfileentry(FILE *fp, struct dns_entry *s) { unsigned int a,b,c,d; char *line, *r, *name; |