summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 0f48e12..af8505c 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -2056,7 +2056,7 @@ ng_acquire_read(node_p node, item_p item)
return (item);
}
cpu_spinwait();
- };
+ }
/* Queue the request for later. */
ng_queue_rw(node, item, NGQRW_R);
OpenPOWER on IntegriCloud