forked from Imagelibrary/rtems
Remove stray ';' introducing unreachable code.
This commit is contained in:
@@ -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); */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user