vlc | branch: master | Steve Lhomme <[email protected]> | Fri Dec 18 10:02:11 
2015 +0100| [b8873ae72e6d9eafbf53f05f57b06c5aa7a3f62e] | committer: 
Jean-Baptiste Kempf

fix odd space character

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8873ae72e6d9eafbf53f05f57b06c5aa7a3f62e
---

 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" },*/

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to