Minor changes: remove tabs

This commit is contained in:
fbernon 2007-12-14 21:52:55 +00:00
parent 95e5598039
commit f2e2f7bf05

View File

@ -170,6 +170,7 @@ http_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
} else if (!fs_open((char *)data + 4, &file)) {
fs_open("/404.html", &file);
}
hs->file = file.data;
hs->left = file.len;
/* printf("data %p len %ld\n", hs->file, hs->left);*/