From 3e12cfaecf6a68e2d35b1fd28fda04e933b51e3b Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 30 May 2002 21:49:15 +0000 Subject: Fix syntax error (label with no statement). --- usr.sbin/IPXrouted/sap_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index 15452c8..d1f1a28 100644 --- a/usr.sbin/IPXrouted/sap_output.c +++ b/usr.sbin/IPXrouted/sap_output.c @@ -187,6 +187,7 @@ sap_supply(dst, flags, ifp, ServType, changesonly) n->hops = htons(metric); n++; next: + ; } if (n != sap_msg->sap) { size = (char *)n - (char *)sap_msg; -- cgit v1.1