1 diff --git a/src/http_display/httpd.c b/src/http_display/httpd.c
2 index f4709ef..7921d23 100644
3 --- a/src/http_display/httpd.c
4 +++ b/src/http_display/httpd.c
5 @@ -191,7 +191,6 @@ static void * http_server_dispatch(void *arg)
6 LWSMPRO_FILE, /* mount type is a directory in a filesystem */
7 1, /* strlen("/"), ie length of the mountpoint */
9 - { NULL, NULL } // sentinel
12 memset(&info, 0, sizeof info);