1diff --git a/src/http_display/httpd.c b/src/http_display/httpd.c
2index 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 */
8 NULL,
9- { NULL, NULL } // sentinel
10 };
11
12 memset(&info, 0, sizeof info);