Skip to content

Commit

Permalink
Fixed HTTP header in physfshttpd.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 22, 2008
1 parent 1aa0511 commit 0ea4319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -2,6 +2,7 @@
* CHANGELOG.
*/

01212008 - Fixed HTTP header in physfshttpd.c.
12112007 - Fixed incorrect directory test in Windows code (thanks, Dennis!).
10012007 - More mingw32 fixes.
07122007 - Maybe fixed compile on mingw32.
Expand Down
2 changes: 1 addition & 1 deletion extras/physfshttpd.c
Expand Up @@ -67,7 +67,7 @@ typedef struct
static char *txt404 =
"HTTP/1.0 404 Not Found\n"
"Connection: close\n"
"Content-type: text/html\n"
"Content-Type: text/html; charset=utf-8\n"
"\n"
"<html><head><title>404 Not Found</title></head>\n"
"<body>Can't find that.</body></html>\n\n";
Expand Down

0 comments on commit 0ea4319

Please sign in to comment.