From c706ddb0fc732639ee77e15e79a3f3fdab34e899 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Thu, 30 May 2002 21:49:15 +0000 Subject: [PATCH] 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 15452c8977d..d1f1a28d419 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;