From 75fb8671378a32ee75b2fb94d70976f0c1129941 Mon Sep 17 00:00:00 2001 From: chris <> Date: Wed, 21 Jan 2004 19:50:07 +0000 Subject: [PATCH] "" --- iftop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } }