From 7f966493ced850cf671accfec664b1043a7945d8 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 23 Aug 2024 01:23:50 +0000 Subject: [PATCH] FALLTROUGH -> FALLTHROUGH --- usr.sbin/radiusd/radiusd_ipcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/radiusd/radiusd_ipcp.c b/usr.sbin/radiusd/radiusd_ipcp.c index 27cd3c4bd13..55c0332f939 100644 --- a/usr.sbin/radiusd/radiusd_ipcp.c +++ b/usr.sbin/radiusd/radiusd_ipcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: radiusd_ipcp.c,v 1.12 2024/08/16 09:54:21 yasuoka Exp $ */ +/* $OpenBSD: radiusd_ipcp.c,v 1.13 2024/08/23 01:23:50 jsg Exp $ */ /* * Copyright (c) 2024 Internet Initiative Japan Inc. @@ -591,7 +591,7 @@ ipcp_dispatch_control(void *ctx, struct imsg *imsg) imsg->hdr.peerid, 0, -1, NULL, 0); if (imsg->hdr.type == IMSG_RADIUSD_MODULE_IPCP_MONITOR) break; - /* FALLTROUGH */ + /* FALLTHROUGH */ case IMSG_RADIUSD_MODULE_IPCP_DUMP: dumpsiz = MAX_IMSGSIZE; if ((dump = calloc(1, dumpsiz)) == NULL) { -- 2.20.1