Commit b8873ae7 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

fix odd space character

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 137273b4
...@@ -194,7 +194,7 @@ static const char *httpd_ReasonFromCode(unsigned i_code) ...@@ -194,7 +194,7 @@ static const char *httpd_ReasonFromCode(unsigned i_code)
{ 202, "Accepted" }, { 202, "Accepted" },
{ 203, "Non-authoritative information" }, { 203, "Non-authoritative information" },
{ 204, "No content" }, { 204, "No content" },
{ 205, "Reset content" }, { 205, "Reset content" },
{ 206, "Partial content" }, { 206, "Partial content" },
{ 250, "Low on storage space" }, { 250, "Low on storage space" },
{ 300, "Multiple choices" },*/ { 300, "Multiple choices" },*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment