]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/http/httpd.c
some changes for gcc4
[netwatch.git] / net / http / httpd.c
index 3ecea9325566e774f888f1e8cd67b77415a919f0..ed08b0ccbce75081e69e131d6a519fdc6162f84e 100644 (file)
@@ -44,7 +44,7 @@
 
 struct http_state {
   u32_t left;
-  const unsigned char *file;
+  const char *file;
   u8_t retries;
 };
 
This page took 0.021267 seconds and 4 git commands to generate.