diff --git a/iftop.c b/iftop.c index 472c3b9..a3a6523 100644 --- a/iftop.c +++ b/iftop.c @@ -317,7 +317,7 @@ static void handle_llc_packet(const struct llc* llc, int dir) { handle_ip_packet(ip, dir); } break; - default: + default:; /* Not a lot we can do */ } }