From 684ec12436ee4e03c4ef06eb6f9b04208e923be5 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 15 May 2024 14:43:32 +0000 Subject: [PATCH] Add missing space --- usr.sbin/rpki-client/spl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/spl.c b/usr.sbin/rpki-client/spl.c index 4a8f397e366..9ab287d496f 100644 --- a/usr.sbin/rpki-client/spl.c +++ b/usr.sbin/rpki-client/spl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spl.c,v 1.2 2024/02/22 19:29:55 tb Exp $ */ +/* $OpenBSD: spl.c,v 1.3 2024/05/15 14:43:32 claudio Exp $ */ /* * Copyright (c) 2024 Job Snijders * Copyright (c) 2022 Theo Buehler @@ -190,7 +190,7 @@ spl_parse_econtent(const char *fn, struct spl *spl, const unsigned char *d, case AFI_IPV4: if (ipv4_seen++ > 0) { warnx("%s: addressFamilyIPv4 appeared twice", - fn); + fn); goto out; } if (ipv6_seen > 0) { -- 2.20.1