summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/httpd/webrom.c2
1 files changed, 1 insertions, 1 deletions
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 },
};