diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-06 20:47:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-06 20:47:32 +0000 |
commit | 21cb016deb0ea129e890c8b789797ab977e70bff (patch) | |
tree | dbefa3c8516453cad35d8a6ae9d13ac07395488d /src | |
parent | 7ad863f3819407559cd654639c25dcae427c190f (diff) |
Unbreak build with dmarc.
Broken-by: 1ddb185540
Diffstat (limited to 'src')
-rw-r--r-- | src/src/dmarc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 996ca2f4f..b1b89511a 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -53,7 +53,7 @@ static dmarc_exim_p dmarc_policy_description[] = { }; -gstring * g +gstring * dmarc_version_report(gstring * g) { return string_fmt_append(g, "Library version: dmarc: Compile: %d.%d.%d.%d\n", |