vfs_lwip: fix switch fall-through

Pointed out by a compiler warning.
This commit is contained in:
Norman Feske 2019-09-23 10:35:22 +02:00 committed by Christian Helmuth
parent 418ac4c560
commit e0ee56275e
1 changed files with 1 additions and 0 deletions

View File

@ -896,6 +896,7 @@ class Lwip::Udp_socket_dir final :
}
result = Read_result::READ_OK;
});
break;
}
case Lwip_file_handle::PEEK: