Skip to content
Snippets Groups Projects
Unverified Commit 0351577e authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

shell/ifconfig: Fixed stringification

parent 73d72c0c
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ static void _print_netopt(netopt_t opt) ...@@ -234,7 +234,7 @@ static void _print_netopt(netopt_t opt)
break; break;
case NETOPT_HOP_LIMIT: case NETOPT_HOP_LIMIT:
printf("MTU"); printf("hop limit");
break; break;
case NETOPT_MAX_PACKET_SIZE: case NETOPT_MAX_PACKET_SIZE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment