projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixups to the documentation and preprocessor tokens.
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
HTTPServerApp.c
diff --git
a/Projects/Webserver/Lib/HTTPServerApp.c
b/Projects/Webserver/Lib/HTTPServerApp.c
index
ed0be7b
..
4c12271
100644
(file)
--- a/
Projects/Webserver/Lib/HTTPServerApp.c
+++ b/
Projects/Webserver/Lib/HTTPServerApp.c
@@
-59,7
+59,7
@@
char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
/** Default MIME type sent if no other MIME type can be determined */
\r
char PROGMEM DefaultMIMEType[] = "text/plain";
\r
\r
/** Default MIME type sent if no other MIME type can be determined */
\r
char PROGMEM DefaultMIMEType[] = "text/plain";
\r
\r
-/** List of MIME types for each supported file extension
- must be terminated with \ref END_OF_MIME_LIST entry
. */
\r
+/** List of MIME types for each supported file extension. */
\r
MIME_Type_t PROGMEM MIMETypes[] =
\r
{
\r
{.Extension = "htm", .MIMEType = "text/html"},
\r
MIME_Type_t PROGMEM MIMETypes[] =
\r
{
\r
{.Extension = "htm", .MIMEType = "text/html"},
\r