Remove stray ';' introducing unreachable code.

This commit is contained in:
Ralf Corsepius
2009-01-05 17:20:54 +00:00
parent 4aa78d7a5a
commit 9cd4dee169

View File

@@ -484,7 +484,7 @@ output(
u_char *p,
int len)
{
if (debug);
if (debug)
dbglog("sent %P", p, len);
/* printf("sent packet [%d]\n", len); */