diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-20 02:00:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-20 02:00:47 +0000 |
commit | ed5be3cd5c0c9d7c05acb4a007ef174dfe1d20a2 (patch) | |
tree | 1f2c3605ce9ce75dae573fe64caa874965255235 /sbin | |
parent | 9d855f50e028f54fce34e1db0d866a6255c5e78f (diff) |
remove unneeded semicolons; checked by millert@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 2032095625f..a694fbce211 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.716 2024/07/14 19:51:08 sashan Exp $ */ +/* $OpenBSD: parse.y,v 1.717 2024/09/20 02:00:46 jsg Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -5609,7 +5609,7 @@ mv_tables(struct pfctl *pf, struct pfr_ktablehead *ktables, char *path_cut; int sz; struct pfr_uktable *ukt; - SLIST_HEAD(, pfr_uktable) ukt_list;; + SLIST_HEAD(, pfr_uktable) ukt_list; /* * Here we need to rename anchor path from temporal names such as |