From e128c3551e8c178c181b212b990aaad613e489b9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 12 Oct 2014 15:25:25 +0100 Subject: [PATCH 1/1] src/: Add a missing space (style) Signed-off-by: Ian Jackson --- src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index 226c442..a7f868d 100644 --- a/src/internal.h +++ b/src/internal.h @@ -207,7 +207,7 @@ typedef struct typeinfo { * because lablen is zero. */ - void (*postsort)(adns_state ads, void *array, int nrrs,int rrsz, + void (*postsort)(adns_state ads, void *array, int nrrs, int rrsz, const struct typeinfo *typei); /* Called immediately after the RRs have been sorted, and may rearrange * them. (This is really for the benefit of SRV's bizarre weighting -- 2.30.2