[vlc-commits] fix odd space character
Steve Lhomme
git at videolan.org
Fri Dec 18 11:52:38 CET 2015
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Dec 18 10:02:11 2015 +0100| [b8873ae72e6d9eafbf53f05f57b06c5aa7a3f62e] | committer: Jean-Baptiste Kempf
fix odd space character
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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" },*/
More information about the vlc-commits
mailing list