Merge pull request #1605 from tonnenpinguin/pr_fix_slip_config

Add typecast to native border router switch statement
This commit is contained in:
Nicolas Tsiftes 2016-04-20 12:51:43 +02:00
commit be13fc7d23

View File

@ -67,7 +67,7 @@ int
slip_config_handle_arguments(int argc, char **argv)
{
const char *prog;
char c;
int c;
int baudrate = 115200;
slip_config_verbose = 0;