[vlc-devel] [PATCH 3/3] fix odd space character

Steve Lhomme robux4 at videolabs.io
Fri Dec 18 10:02:11 CET 2015


---
 src/network/httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/httpd.c b/src/network/httpd.c
index ce2f46b..5dc7008 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -194,7 +194,7 @@ static const char *httpd_ReasonFromCode(unsigned i_code)
           { 202, "Accepted" },
           { 203, "Non-authoritative information" },
           { 204, "No content" },
-          { 205, "Reset content" },
+          { 205, "Reset content" },
           { 206, "Partial content" },
           { 250, "Low on storage space" },
           { 300, "Multiple choices" },*/
-- 
2.6.3



More information about the vlc-devel mailing list