Commit 04331bdd authored by Bernd Eckenfels's avatar Bernd Eckenfels

fixed compile warning (unneeded default: label in switch)

parent 1c0f026e
......@@ -104,7 +104,6 @@ static int INET_setroute(int action, int options, char **args)
isnet = 1; break;
case 2:
isnet = 0; break;
default:
}
/* Fill in the other fields. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment