From: jsg Date: Fri, 23 Aug 2024 01:23:50 +0000 (+0000) Subject: FALLTROUGH -> FALLTHROUGH X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7f966493ced850cf671accfec664b1043a7945d8;p=openbsd FALLTROUGH -> FALLTHROUGH --- 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) {