]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/http/fsdata.c
some changes for gcc4
[netwatch.git] / net / http / fsdata.c
index 70337a8c354590218c5ff25f30a476df70ee3e68..066f058b2582c73cf7b63cf1abb6253589f9a238 100644 (file)
@@ -1,9 +1,9 @@
-static const unsigned char data_404_html[] =
+static const char data_404_html[] =
   "<html><head><title>404 Not Found</title></head>"
   "<body><h1>404 Not Found</h1><p>This is probably not the machine you're looking for...</p></body>"
   "</html>";
 
-static const unsigned char data_index_html[] =
+static const char data_index_html[] =
   "<html><head><title>NetWatch</title></head>"
   "<body><h1>NetWatch</h1>"
   "<iframe src=\"registers.html\" height=100 width=600></iframe><br>"
This page took 0.021166 seconds and 4 git commands to generate.