]> Pileus Git - ~andy/aweather-web/commitdiff
Fix 404 bug
authorAndy Spencer <andy753421@gmail.com>
Wed, 28 Dec 2011 05:41:52 +0000 (05:41 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 28 Dec 2011 05:41:52 +0000 (05:41 +0000)
index.c

diff --git a/index.c b/index.c
index f078d0a7aed4527a072b63bc0a3227b69f5bb97f..7877fb073c3dfae7d1278950eb47cb730fcbd34b 100644 (file)
--- a/index.c
+++ b/index.c
@@ -33,7 +33,7 @@ page_t special[] = {
 };
 const page_t *everything[] = {header, other, footer, special, NULL};
 const page_t *index        = &special[0];
-const page_t *notfound     = &special[1];
+const page_t *notfound     = &special[2];
 
 /* Main */
 int main(int argc, char **argv)