- (djm) [packet.c] unbreak portability #endif
diff --git a/packet.c b/packet.c
index f323e7e..ba93417 100644
--- a/packet.c
+++ b/packet.c
@@ -1771,8 +1771,8 @@
 			error("setsockopt IPV6_TCLASS %d: %.100s:",
 			    tos, strerror(errno));
 		break;
-	}
 # endif /* IPV6_TCLASS */
+	}
 #endif /* IP_TOS_IS_BROKEN */
 }