summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-07 18:07:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-07 18:07:30 +0000
commit3eb3235171ae4574b964a0fc00b090342e83f2de (patch)
treece310a10371fba471ab4d41c6967904d25938fe7 /cpukit/httpd
parent2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3eb3235171ae4574b964a0fc00b090342e83f2de.tar.bz2
Add missing initializers.
Diffstat (limited to 'cpukit/httpd')
-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 },
};