From 3eb3235171ae4574b964a0fc00b090342e83f2de Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Sep 2008 18:07:30 +0000 Subject: Add missing initializers. --- cpukit/httpd/webrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/httpd') diff --git a/cpukit/httpd/webrom.c b/cpukit/httpd/webrom.c index 23de2c6d60..3efc0a9588 100644 --- a/cpukit/httpd/webrom.c +++ b/cpukit/httpd/webrom.c @@ -11,5 +11,5 @@ #include "wsIntrn.h" websRomPageIndexType websRomPageIndex[] = { - { 0, 0, 0 }, + { NULL, NULL, 0, 0 }, }; -- cgit v1.2.3